diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d23296a..ef9c76c 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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 diff --git a/.github/workflows/pr-test-build-macos.yml b/.github/workflows/pr-test-build-macos.yml index 8591c76..63c0ac2 100644 --- a/.github/workflows/pr-test-build-macos.yml +++ b/.github/workflows/pr-test-build-macos.yml @@ -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 diff --git a/Changelog.md b/Changelog.md index 1adf30a..1ee00df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# v1.49 (Unreleased) +