add build script

This commit is contained in:
2023-06-04 11:04:15 +02:00
parent 41b8dd6d03
commit 430c271f62
3 changed files with 18 additions and 3 deletions

View File

@@ -12,7 +12,9 @@ cp ./LICENSE ./dist/imagevideupscaler-linux
cp ./logo.png ./dist/imagevideupscaler-linux
# package rpm & deb
# TODO: create packager
cp ./dist/imagevideoupscaler-linux/* ./frontend/src/
cd frontend
npm run electron:build -- --linux deb rpm --win nsis
# Make windows executable
# TODO: create compiler