add build script
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"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,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"author": "Janis Hutz",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user