first small changes

This commit is contained in:
Julscha 2024-12-25 06:13:01 +01:00
parent 8eb0b99959
commit b8ce352126
7 changed files with 2944 additions and 8393 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">
@ -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