Skip to content

Commit

Permalink
Added productName to build options
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Dec 18, 2019
1 parent fc9d375 commit 4cf04eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4cf04eb

Please sign in to comment.