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
|
||||
settings.json
|
||||
|
||||
.idea/
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
9258
updater/package-lock.json
generated
9258
updater/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
@ -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>
|
||||
|
@ -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) => {
|
||||
|
@ -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