1
0
mirror of https://github.com/c9fe/22120.git synced 2024-09-12 02:52:28 +02:00
22120/scripts/compile.sh

15 lines
271 B
Bash
Raw Normal View History

2023-01-14 19:07:52 +01:00
#!/usr/bin/env bash
./scripts/build_only.sh
unset npm_config_prefix
source $HOME/.nvm/nvm.sh
nvm use --lts
2023-01-24 17:57:53 +01:00
2023-01-14 19:07:52 +01:00
pkg --compress GZip .
2023-01-15 13:27:35 +01:00
2023-01-24 17:57:53 +01:00
iconset single ./icons/dk.icns bin/diskernet-macos
2023-01-15 13:27:35 +01:00
codesign -vvvv --timestamp -s "Developer ID Application" --force bin/diskernet-macos