mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-14 21:42:00 +00:00
Mac bundle: Delete temporary icon files
This commit is contained in:
parent
bd81c72608
commit
47675b0db8
2 changed files with 6 additions and 0 deletions
3
.github/mac-bundle-qt.sh
vendored
3
.github/mac-bundle-qt.sh
vendored
|
@ -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"
|
||||
|
|
3
.github/mac-bundle.sh
vendored
3
.github/mac-bundle.sh
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue