mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add the quit script, and fix the dist-builder to include it, and set new icon arrangement
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user