Skip to content

Commit

Permalink
chore: update icon builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Feb 1, 2023
1 parent 0984adb commit 18cf92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deploy/build-icns → deploy/build-icns.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

rm -rf win mac win-tmp mac-tmp pp

cp -r export win-tmp
cp -r export mac-tmp

Expand All @@ -24,7 +26,8 @@ send 128
send 256
send 512
cd win
convert *.png canvas-sync.ico
mv canvas-sync.ico ..
convert *.png appicon.ico
mv appicon.ico ../..

cd ..
rm -rf win win-tmp pp
rm -rf win mac win-tmp mac-tmp pp
Binary file removed deploy/canvas-sync.ico
Binary file not shown.

0 comments on commit 18cf92c

Please sign in to comment.