Mac bundle: Delete temporary icon files

This commit is contained in:
wheremyfoodat 2025-08-12 19:51:44 +03:00
commit 47675b0db8
2 changed files with 6 additions and 0 deletions

View file

@ -41,6 +41,9 @@ chmod a+x Alber.app/Contents/Macos/Alber
# Copy icons into App
cp alber.icns Alber.app/Contents/Resources/AppIcon.icns
# Delete temporary icon files
rm -rf alber.icns alber.iconset
# Fix up Plist stuff
PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleDisplayName string Alber"
PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleIconName string AppIcon"

View file

@ -41,6 +41,9 @@ chmod a+x Alber.app/Contents/Macos/Alber
# Copy icons into App
cp alber.icns Alber.app/Contents/Resources/AppIcon.icns
# Delete temporary icon files
rm -rf alber.icns alber.iconset
# Fix up Plist stuff
PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleDisplayName string Alber"
PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleIconName string AppIcon"