Merge pull request #126 from jaeone22/main

Change the macOS app icon to the Big Sur style
This commit is contained in:
Evan Su 2025-07-05 15:47:04 -04:00 committed by GitHub
commit d77c4edc08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 0 deletions

View file

@ -46,6 +46,8 @@ jobs:
unzip -d Picocrypt.app Picocrypt.app.zip
rm Picocrypt.app.zip
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
rm Picocrypt.app/Contents/Resources/icon.icns
mv dist/macos/iconSmall.icns Picocrypt.app/Contents/Resources/icon.icns
mkdir out
cp -R Picocrypt.app out
hdiutil create Picocrypt.dmg -volname Picocrypt -fs APFS -format UDZO -srcfolder out

View file

@ -43,6 +43,8 @@ jobs:
unzip -d Picocrypt.app Picocrypt.app.zip
rm Picocrypt.app.zip
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
rm Picocrypt.app/Contents/Resources/icon.icns
mv dist/macos/iconSmall.icns Picocrypt.app/Contents/Resources/icon.icns
mkdir out
cp -R Picocrypt.app out
hdiutil create Picocrypt.dmg -volname Picocrypt -fs APFS -format UDZO -srcfolder out

View file

@ -1,3 +1,8 @@
# v1.49 (Unreleased)
<ul>
<li>✓ Update macOS icon to fit better</li>
</ul>
# v1.48 (Released 04/18/2025)
<ul>
<li>✓ Allow pressing 'Enter' key to press Start/Process button</li>

BIN
dist/macos/icon.icns vendored Normal file

Binary file not shown.

BIN
dist/macos/iconBlack.icns vendored Normal file

Binary file not shown.

BIN
dist/macos/iconSmall.icns vendored Normal file

Binary file not shown.