1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
This commit is contained in:
Petr Korolev 2024-03-24 20:12:22 +07:00
parent cd76454f7f
commit 9d15058750

View file

@ -41,7 +41,7 @@ cat <<EOF >"$BUNDLE_PATH/Contents/Info.plist"
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$BINARY_NAME</string> <string>$BINARY_NAME</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>${BUNDLE_ID}</string> <string>${BUNDLE_ID}.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>${BUNDLE_ID}</string> <string>${BUNDLE_ID}</string>
<key>CFBundleName</key> <key>CFBundleName</key>