Fix Linux file naming or something

This commit is contained in:
smartfridge 2021-05-22 17:29:39 +02:00 committed by GitHub
parent 493c35d269
commit 70e8a95a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const fs = require("fs");
const armcord = require("./armcord.js");
const armcord = require("./ArmCord.js");
const themeFolder = __dirname + "/themes/";
window.addEventListener("DOMContentLoaded", () => {