Skip to content

Commit

Permalink
Fix problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidius-jko committed Mar 17, 2024
1 parent b00d072 commit fa6411f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build/macos/create_icns_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rm -rf AppIcon.iconset/*
mkdir -p AppIcon.iconset
magick ../icon_1024x1024.png -resize 16x16 AppIcon.iconset/icon_16x16.png
magick ../icon_1024x1024.png -resize 32x32 AppIcon.iconset/[email protected]
magick ../icon_1024x1024.png -resize 32x32 AppIcon.iconset/icon_32x32.png
magick ../icon_1024x1024.png -resize 64x64 AppIcon.iconset/[email protected]
magick ../icon_1024x1024.png -resize 128x128 AppIcon.iconset/icon_128x128.png
magick ../icon_1024x1024.png -resize 256x256 AppIcon.iconset/[email protected]
magick ../icon_1024x1024.png -resize 256x256 AppIcon.iconset/icon_256x256.png
magick ../icon_1024x1024.png -resize 512x512 AppIcon.iconset/[email protected]
magick ../icon_1024x1024.png -resize 512x512 AppIcon.iconset/icon_512x512.png
convert ../icon_1024x1024.png -resize 16x16 AppIcon.iconset/icon_16x16.png
convert ../icon_1024x1024.png -resize 32x32 AppIcon.iconset/[email protected]
convert ../icon_1024x1024.png -resize 32x32 AppIcon.iconset/icon_32x32.png
convert ../icon_1024x1024.png -resize 64x64 AppIcon.iconset/[email protected]
convert ../icon_1024x1024.png -resize 128x128 AppIcon.iconset/icon_128x128.png
convert ../icon_1024x1024.png -resize 256x256 AppIcon.iconset/[email protected]
convert ../icon_1024x1024.png -resize 256x256 AppIcon.iconset/icon_256x256.png
convert ../icon_1024x1024.png -resize 512x512 AppIcon.iconset/[email protected]
convert ../icon_1024x1024.png -resize 512x512 AppIcon.iconset/icon_512x512.png
cp ../icon_1024x1024.png AppIcon.iconset/[email protected]
png2icns ./AppIcon.icns AppIcon.iconset/icon_16x16.png AppIcon.iconset/icon_32x32.png AppIcon.iconset/icon_128x128.png AppIcon.iconset/icon_256x256.png AppIcon.iconset/icon_512x512.png
mkdir -p src/Game.app/Contents/Resources
Expand Down

0 comments on commit fa6411f

Please sign in to comment.