diff --git a/frontend/package.json b/frontend/package.json index 962aae3..59448d4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,18 @@ { "name": "imagevideoupscaler", - "version": "0.1.0", + "version": "2.0.0-dev1", + "maintainers": [ "Janis Hutz " ], + "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", diff --git a/package.json b/package.json index 1fd6d94..7b7b6cb 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/packaging/package.sh b/packaging/package.sh index 4404d5c..0b0f1cb 100644 --- a/packaging/package.sh +++ b/packaging/package.sh @@ -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 \ No newline at end of file