From c8822cf5449392a8fcbf688c0a942864626947ac Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:49:38 -0400 Subject: [PATCH] replace old macos icon with new one --- .github/workflows/build-macos.yml | 2 ++ .github/workflows/pr-test-build-macos.yml | 2 ++ 2 files changed, 4 insertions(+) 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