mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-04-29 10:10:57 +00:00
commit
48666acfac
1
updater/.gitignore
vendored
1
updater/.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
systemfile.json
|
systemfile.json
|
||||||
settings.json
|
settings.json
|
||||||
|
|
||||||
|
.idea/
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
9260
updater/package-lock.json
generated
9260
updater/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,8 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"forge": {
|
"forge": {
|
||||||
"packagerConfig": {},
|
"packagerConfig": {},
|
||||||
"makers": [{
|
"makers": [
|
||||||
|
{
|
||||||
"name": "@electron-forge/maker-squirrel",
|
"name": "@electron-forge/maker-squirrel",
|
||||||
"config": {
|
"config": {
|
||||||
"name": "updater"
|
"name": "updater"
|
||||||
@ -61,6 +62,6 @@
|
|||||||
"@electron-forge/maker-rpm": "^6.0.0-beta.66",
|
"@electron-forge/maker-rpm": "^6.0.0-beta.66",
|
||||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.66",
|
"@electron-forge/maker-squirrel": "^6.0.0-beta.66",
|
||||||
"@electron-forge/maker-zip": "^6.0.0-beta.66",
|
"@electron-forge/maker-zip": "^6.0.0-beta.66",
|
||||||
"electron": "^21.0.1"
|
"electron": "^33.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -16,6 +16,12 @@
|
|||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</head>
|
</head>
|
||||||
|
<script>
|
||||||
|
$(function () {
|
||||||
|
$("#header").load("./header.html");
|
||||||
|
$("#footer").load("./footer.html");
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<body class="ecsu-bg-dark-out text-white">
|
<body class="ecsu-bg-dark-out text-white">
|
||||||
@ -117,7 +123,7 @@
|
|||||||
<label class="form-control-label text-white" for="input-username">Hoppie
|
<label class="form-control-label text-white" for="input-username">Hoppie
|
||||||
Code</label>
|
Code</label>
|
||||||
<input class="form-check-input ms-auto" type="checkbox" id="savepwhoppie">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -147,8 +153,8 @@
|
|||||||
</div>-->
|
</div>-->
|
||||||
<br>
|
<br>
|
||||||
<button id="savecred">Save your Credentials</button>
|
<button id="savecred">Save your Credentials</button>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
If you want Eurosounds, please check the box below and click the download button. <br>
|
If you want Eurosounds, please check the box below and click the download button. <br>
|
||||||
|
@ -20,7 +20,7 @@ const createWindow = () => {
|
|||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
mainWindow.loadFile(path.join(__dirname, 'index.html'));
|
mainWindow.loadFile(path.join(__dirname, 'index1.html'));
|
||||||
//mainWindow.webContents.openDevTools();
|
//mainWindow.webContents.openDevTools();
|
||||||
// Select Directory
|
// Select Directory
|
||||||
ipcMain.on('app-path', async(event, arg) => {
|
ipcMain.on('app-path', async(event, arg) => {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"path": "F:\\02 Benutzer\\Chef\\Downloads\\Donwload tets"
|
"path": "V:\\temp\\SCT stuff"
|
||||||
}
|
}
|
2053
updater/yarn.lock
2053
updater/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user