mirror of https://github.com/Kylart/KawAnime.git
Updated publish.sh to automatically build
This commit is contained in:
parent
996580ee6b
commit
5f66ef36c8
|
@ -7,4 +7,4 @@ if [ -z "$GH_TOKEN" ]; then
|
|||
fi
|
||||
|
||||
# This will build, package and upload the app to GitHub.
|
||||
node_modules/.bin/build --win --mac --linux deb AppImage -p always
|
||||
npm run build && node_modules/.bin/build --win --mac --linux deb AppImage -p always
|
||||
|
|
Loading…
Reference in New Issue