Merge pull request #1 from JustusPlays78/develop

Develop
This commit is contained in:
Julscha 2024-12-25 06:14:28 +01:00 committed by GitHub
commit 48666acfac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2945 additions and 8394 deletions

1
updater/.gitignore vendored
View File

@ -2,6 +2,7 @@
systemfile.json
settings.json
.idea/
# Logs
logs
*.log

9258
updater/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,8 @@
"config": {
"forge": {
"packagerConfig": {},
"makers": [{
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "updater"
@ -61,6 +62,6 @@
"@electron-forge/maker-rpm": "^6.0.0-beta.66",
"@electron-forge/maker-squirrel": "^6.0.0-beta.66",
"@electron-forge/maker-zip": "^6.0.0-beta.66",
"electron": "^21.0.1"
"electron": "^33.2.1"
}
}

View File

@ -16,6 +16,12 @@
</h1>
</div>
</head>
<script>
$(function () {
$("#header").load("./header.html");
$("#footer").load("./footer.html");
});
</script>
<body class="ecsu-bg-dark-out text-white">
@ -117,7 +123,7 @@
<label class="form-control-label text-white" for="input-username">Hoppie
Code</label>
<input class="form-check-input ms-auto" type="checkbox" id="savepwhoppie">
<input type="text" id="passwordhoppie" class="form-control" placeholder="Hoppie Code">
<input type="password" id="passwordhoppie" class="form-control" placeholder="Hoppie Code">
</div>
</div>
</div>
@ -147,8 +153,8 @@
</div>-->
<br>
<button id="savecred">Save your Credentials</button>
</form>
</div>
</form>
<form>
If you want Eurosounds, please check the box below and click the download button. <br>

View File

@ -20,7 +20,7 @@ const createWindow = () => {
preload: path.join(__dirname, 'preload.js'),
},
});
mainWindow.loadFile(path.join(__dirname, 'index.html'));
mainWindow.loadFile(path.join(__dirname, 'index1.html'));
//mainWindow.webContents.openDevTools();
// Select Directory
ipcMain.on('app-path', async(event, arg) => {

View File

@ -1,3 +1,3 @@
{
"path": "F:\\02 Benutzer\\Chef\\Downloads\\Donwload tets"
"path": "V:\\temp\\SCT stuff"
}

File diff suppressed because it is too large Load Diff