diff --git a/frontend/package.json b/frontend/package.json index 4be9439..34ff067 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,11 +15,6 @@ "bugs": { "url": "https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/issues" }, - "build": { - "appId": "com.janishutz.smuL", - "copyright": "Copyright (c) 2023 SimpleMediaUpscalerLite contributors", - "buildVersion": "V2.0.0-dev2" - }, "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/frontend/vue.config.js b/frontend/vue.config.js index b62a7d5..770855d 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -2,6 +2,9 @@ module.exports = { pluginOptions: { electronBuilder: { nodeIntegration: true, + "appId": "com.janishutz.smuL", + "copyright": "Copyright (c) 2023 SimpleMediaUpscalerLite contributors", + "buildVersion": "V2.0.0-dev2", builderOptions: { files: [ "**/*",