Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit be2c1ba

Browse files
committed
Got missing modules in packaged app working.
1 parent 6251abf commit be2c1ba

File tree

6 files changed

+6036
-16
lines changed

6 files changed

+6036
-16
lines changed

app/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ app.on('ready', () => {
99
frame: false
1010
});
1111
window.loadFile('src/index.html');
12-
window.webContents.openDevTools();
1312
});
1413

1514
app.on('window-all-closed', () => app.quit());

build/package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"homepage": "https://github.com/CodeF0x/tobs#readme",
2323
"devDependencies": {
2424
"@types/dragula": "^2.1.34",
25-
"dragula": "^3.7.2",
2625
"electron": "^7.1.5",
2726
"gulp": "^4.0.2",
2827
"gulp-clean-css": "^4.2.0",
2928
"gulp-htmlmin": "^5.0.1",
3029
"gulp-terser": "^1.2.0",
31-
"systeminformation": "^4.17.3",
3230
"typescript": "^3.7.3",
3331
"electron-builder": "^22.3.2"
3432
},
3533
"dependencies": {
34+
"dragula": "^3.7.2",
3635
"chart.js": "^2.9.3",
3736
"chartjs-plugin-datalabels": "^0.7.0",
3837
"custom-electron-titlebar": "^3.2.2-hotfix62",
3938
"electron-is-dev": "^1.1.0",
4039
"github-latest-release": "^0.1.1",
4140
"node-fetch": "^2.6.0",
42-
"sweetalert2": "^9.5.4"
41+
"sweetalert2": "^9.5.4",
42+
"systeminformation": "^4.22.4"
4343
},
4444
"main": "main.js"
4545
}

0 commit comments

Comments
 (0)