Added fix-path package.

This commit is contained in:
Quentin Decaunes 2019-04-07 13:52:05 +02:00
parent eba42175d2
commit c6988a58fb
3 changed files with 638 additions and 681 deletions

View File

@ -1,6 +1,8 @@
ready(function(){
const settings = require('electron-settings');
const fixPath = require('fix-path');
document.isStarting = true;
fixPath();
registerRepeaterForAllInput();
registerEventListenerForSettingsInput();
checkForAdminRights();

1316
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@
},
"dependencies": {
"electron-settings": "^3.2.0",
"fix-path": "^2.1.0",
"uikit": "^3.0.3"
}
}