Skip to content

Commit

Permalink
fix osx compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Jun 14, 2023
1 parent 9495c4a commit c014346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build-electron.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
outDir: "app_compiled",
mainTarget: "electron16.0-main",
preloadTarget: "electron16.0-preload",
externals: {
fsevents: "require('fsevents')",
},
};
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playyourdamnturn",
"productName": "Play Your Damn Turn Client",
"version": "2.1.2",
"version": "2.1.3",
"description": "Desktop Client to assist with playing your damn turns.",
"author": "playyourdamnturn.com",
"main": "app_compiled/main.js",
Expand Down

0 comments on commit c014346

Please sign in to comment.