feat(macos): handle files that were dropped into the app icon (#1471)

This commit is contained in:
Tien Do Nam
2024-07-10 19:28:08 +02:00
committed by GitHub
parent 887770b2d7
commit fc6fcd8418
12 changed files with 202 additions and 63 deletions
+1
View File
@@ -19,6 +19,7 @@ codesign --deep --force --verbose --options runtime --sign "$SIGN_ID" build/maco
echo
echo "Creating dmg..."
echo
rm -f LocalSend.dmg
create-dmg \
--volname "LocalSend" \
--window-size 500 300 \