mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Added fix-path package.
This commit is contained in:
parent
eba42175d2
commit
c6988a58fb
@ -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
1316
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,6 +33,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-settings": "^3.2.0",
|
||||
"fix-path": "^2.1.0",
|
||||
"uikit": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user