Skip to content

Commit 4cf04eb

Browse files
committed
Added productName to build options
1 parent fc9d375 commit 4cf04eb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "open-gamers-library",
33
"productName": "OGL",
4-
"version": "0.1.2",
5-
"private": true,
4+
"version": "0.1.3",
65
"description": "Open Gamers' Library - Hoard, play and rate your games!",
6+
"license": "MIT",
7+
"copyright": "Copyright © 2020 Houby Studio",
78
"author": {
89
"name": "Jakub Šindelář",
910
"email": "[email protected]",

vue.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module.exports = {
33
electronBuilder: {
44
builderOptions: {
55
appId: 'eu.houby-studio.ogl',
6+
productName: 'OGL',
7+
copyright: 'Copyright © 2020 Houby Studio',
68
publish: 'github',
79
mac: {
810
category: 'public.app-category.games'

0 commit comments

Comments
 (0)