forked from yuv422/skifree_decomp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbd122e
commit 9a044f6
Showing
6 changed files
with
28 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
mkdir ski32.iconset | ||
sips -z 16 16 ../resources/ICONSKI.png --out ski32.iconset/icon_16x16.png | ||
sips -z 32 32 ../resources/ICONSKI.png --out ski32.iconset/icon_16x16@2x.png | ||
sips -z 32 32 ../resources/ICONSKI.png --out ski32.iconset/icon_32x32.png | ||
sips -z 64 64 ../resources/ICONSKI.png --out ski32.iconset/icon_32x32@2x.png | ||
sips -z 128 128 ../resources/ICONSKI.png --out ski32.iconset/icon_128x128.png | ||
sips -z 256 256 ../resources/ICONSKI.png --out ski32.iconset/icon_128x128@2x.png | ||
sips -z 256 256 ../resources/ICONSKI.png --out ski32.iconset/icon_256x256.png | ||
sips -z 512 512 ../resources/ICONSKI.png --out ski32.iconset/icon_256x256@2x.png | ||
sips -z 512 512 ../resources/ICONSKI.png --out ski32.iconset/icon_512x512.png | ||
sips -z 1024 1024 ../resources/ICONSKI.png --out ski32.iconset/icon_512x512@2x.png | ||
sips -z 16 16 ICONSKI.png --out ski32.iconset/icon_16x16.png | ||
sips -z 32 32 ICONSKI.png --out ski32.iconset/icon_16x16@2x.png | ||
sips -z 32 32 ICONSKI.png --out ski32.iconset/icon_32x32.png | ||
sips -z 64 64 ICONSKI.png --out ski32.iconset/icon_32x32@2x.png | ||
sips -z 128 128 ICONSKI.png --out ski32.iconset/icon_128x128.png | ||
sips -z 256 256 ICONSKI.png --out ski32.iconset/icon_128x128@2x.png | ||
sips -z 256 256 ICONSKI.png --out ski32.iconset/icon_256x256.png | ||
sips -z 512 512 ICONSKI.png --out ski32.iconset/icon_256x256@2x.png | ||
sips -z 512 512 ICONSKI.png --out ski32.iconset/icon_512x512.png | ||
sips -z 1024 1024 ICONSKI.png --out ski32.iconset/icon_512x512@2x.png | ||
iconutil -c icns ski32.iconset |