mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Merge pull request #126 from jaeone22/main
Change the macOS app icon to the Big Sur style
This commit is contained in:
commit
d77c4edc08
6 changed files with 9 additions and 0 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/pr-test-build-macos.yml
vendored
2
.github/workflows/pr-test-build-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
BIN
dist/macos/icon.icns
vendored
Normal file
Binary file not shown.
BIN
dist/macos/iconBlack.icns
vendored
Normal file
BIN
dist/macos/iconBlack.icns
vendored
Normal file
Binary file not shown.
BIN
dist/macos/iconSmall.icns
vendored
Normal file
BIN
dist/macos/iconSmall.icns
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue