Adding icons to macos
This commit is contained in:
parent
5922b14582
commit
868993a14e
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
|
@ -6,7 +6,10 @@ unset npm_config_prefix
|
|||
source $HOME/.nvm/nvm.sh
|
||||
nvm use --lts
|
||||
|
||||
|
||||
pkg --compress GZip .
|
||||
|
||||
xattr -cr .
|
||||
iconset single ./icons/dk.icns bin/diskernet-macos
|
||||
codesign -vvvv --timestamp -s "Developer ID Application" --force bin/diskernet-macos
|
||||
|
||||
|
|
Loading…
Reference in New Issue