mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Add the quit script, and fix the dist-builder to include it, and set new icon arrangement
This commit is contained in:
parent
4163e62934
commit
c6e6390ebb
Binary file not shown.
5
osx/Quit Firefly.applescript
Normal file
5
osx/Quit Firefly.applescript
Normal file
@ -0,0 +1,5 @@
|
||||
tell application "System Events"
|
||||
if ("Firefly Helper" is in (name of every process)) then
|
||||
quit application "Firefly Helper"
|
||||
end if
|
||||
end tell
|
@ -105,8 +105,11 @@ fi
|
||||
mv FireflyPrefs/build/Release/Firefly.prefPane "$STAGING_DIR"
|
||||
|
||||
osacompile -o "Uninstall Firefly.app" "Uninstall Firefly.applescript"
|
||||
osacompile -o "Quit Firefly.app" "Quit Firefly.applescript"
|
||||
|
||||
mv "Uninstall Firefly.app" "$STAGING_DIR"
|
||||
mv "Quit Firefly.app" "$STAGING_DIR"
|
||||
|
||||
cp -r "Install/Read Me First!.rtfd" "$STAGING_DIR"
|
||||
/Developer/Tools/SetFile -a E "$STAGING_DIR/Read Me First!.rtfd"
|
||||
/Developer/Tools/SetFile -a C "$STAGING_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user