Skip to content

Commit

Permalink
Merge pull request #35 from guillaume60240/feat-doc
Browse files Browse the repository at this point in the history
fix electron config
  • Loading branch information
guillaume60240 authored May 21, 2023
2 parents ec0305d + 4fbbc3e commit 67e99cb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/mobile-app/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion apps/mobile-app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "game-master-manager",
"productName": "Game Master Interface",
"copyright": "Copyright © 2023 Guillaume Lepoetre",
"appImage": {
"artifactName": "Game Master Interface",
"icon": "src/assets/icon.png"
},
"version": "1.0.0",
"description": "The Game Master Manager is a tool for Game Masters to manage their games.",
"author": {
"name": "",
"name": "Guillaume Lepoetre",
"email": ""
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/mobile-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "game-master-manager",
"productName": "Game Master Manager",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
Binary file added apps/mobile-app/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/mobile-app/releases/electron-release.dmg
Binary file not shown.
Binary file modified apps/mobile-app/releases/ionic-release.apk
Binary file not shown.

0 comments on commit 67e99cb

Please sign in to comment.