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

@@ -1,6 +1,18 @@
{ {
"name": "imagevideoupscaler", "name": "imagevideoupscaler",
"version": "0.1.0", "version": "2.0.0-dev1",
"maintainers": [ "Janis Hutz <development@janishutz.com>" ],
"description": "An Electron frontend to the ImageVideoUpscaler-CLI",
"homepage": "https://janishutz.com/scaler.html",
"author": {
"name":"Janis Hutz",
"email": "development@janishutz.com",
"url":"https://janishutz.com"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend/issues"
},
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -21,7 +21,8 @@
"author": "Janis Hutz", "author": "Janis Hutz",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"bugs": { "bugs": {
"url": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend/issues" "url": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend/issues",
"email": "development@janishutz.com"
}, },
"homepage": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend#readme" "homepage": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend#readme"
} }

View File

@@ -12,7 +12,9 @@ cp ./LICENSE ./dist/imagevideupscaler-linux
cp ./logo.png ./dist/imagevideupscaler-linux cp ./logo.png ./dist/imagevideupscaler-linux
# package rpm & deb # 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 # Make windows executable
# TODO: create compiler # TODO: create compiler