mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
i broke linux
This commit is contained in:
parent
9fbfc778cc
commit
6d2831d5c7
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ storage.has("settings", function (error, hasKey) {
|
||||||
if (!hasKey) {
|
if (!hasKey) {
|
||||||
console.log("First run of the ArmCord. Starting setup.");
|
console.log("First run of the ArmCord. Starting setup.");
|
||||||
setup();
|
setup();
|
||||||
contentPath = "content/setup.html";
|
contentPath = __dirname + "/content/setup.html";
|
||||||
} else {
|
} else {
|
||||||
console.log("ArmCord has been run before. Skipping setup.");
|
console.log("ArmCord has been run before. Skipping setup.");
|
||||||
contentPath = "content/splash.html";
|
contentPath = __dirname + "/content/splash.html";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
storage.get("settings", function (error, data: any) {
|
storage.get("settings", function (error, data: any) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue