Skip to content

Commit

Permalink
Moved main.js to host/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Jun 3, 2022
1 parent f7832e8 commit cac4f4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
19 changes: 2 additions & 17 deletions common/assets/js/moderndeck.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/assets/js/moderndeck.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.js → host/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

const electron = require("electron");
const I18nData = require("./i18nMain.js").default;
const I18nData = require("../i18nMain.js").default;

const {
app,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "dangeredwolf",
"license": "MIT",
"main": "main.js",
"main": "host/main.js",
"resolutions": {
"@electron/universal": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/BuildProps.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildId":2000,"buildDate":"2022-06-01T16:54:05.035Z","buildVersion":"10.0.0"}
{"buildId":2001,"buildDate":"2022-06-03T17:23:03.098Z","buildVersion":"10.0.0"}

0 comments on commit cac4f4e

Please sign in to comment.