diff --git a/package.json b/package.json index 2bcb605..f25f8c1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "open-gamers-library", "productName": "OGL", - "version": "0.1.2", - "private": true, + "version": "0.1.3", "description": "Open Gamers' Library - Hoard, play and rate your games!", + "license": "MIT", + "copyright": "Copyright © 2020 Houby Studio", "author": { "name": "Jakub Šindelář", "email": "megastary@houby-stuio.com", diff --git a/vue.config.js b/vue.config.js index e45aba6..db6a4fb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,6 +3,8 @@ module.exports = { electronBuilder: { builderOptions: { appId: 'eu.houby-studio.ogl', + productName: 'OGL', + copyright: 'Copyright © 2020 Houby Studio', publish: 'github', mac: { category: 'public.app-category.games'