mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
replace old macos icon with new one
This commit is contained in:
parent
0aee848c36
commit
c8822cf544
2 changed files with 4 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue