Make LuLu 1.2.3 installer case sensitive (#87728)

This commit is contained in:
Damian Ziemba 2020-08-17 15:12:50 +02:00 committed by GitHub
parent 836d131a80
commit 6e2c30c2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ cask "lulu" do
depends_on macos: ">= :sierra"
installer script: {
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
executable: "#{staged_path}/LuLu Installer.app/Contents/MacOS/LuLu Installer",
args: ["-install"],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
executable: "#{staged_path}/LuLu Installer.app/Contents/MacOS/LuLu Installer",
args: ["-uninstall"],
sudo: true,
}