Skip to content

Commit

Permalink
Typo in binary name (Homebrew#109466)
Browse files Browse the repository at this point in the history
If a case sensitive filesystem is present, the following error occur:

...
installer: The upgrade was successful.
==> Purging files for version 3.3.0 of Cask nextcloud
Error: It seems the symlink source '/Applications/nextcloud.app/Contents/MacOS/nextcloudcmd' is not there.
  • Loading branch information
fuzziness authored Aug 4, 2021
1 parent 116332c commit c3b3dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/nextcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
depends_on macos: ">= :yosemite"

pkg "Nextcloud-#{version}.pkg"
binary "#{appdir}/nextcloud.app/Contents/MacOS/nextcloudcmd"
binary "#{appdir}/Nextcloud.app/Contents/MacOS/nextcloudcmd"

uninstall pkgutil: "com.nextcloud.desktopclient"

Expand Down

0 comments on commit c3b3dd6

Please sign in to comment.