Changed file names / reference file consistency

This commit is contained in:
AlexanderBuzz
2023-07-31 20:36:55 +02:00
parent 729687b75f
commit 781cf354bf
36 changed files with 88 additions and 88 deletions

View File

@@ -16,11 +16,11 @@ const createWindow = () => {
width: 1024,
height: 768,
webPreferences: {
preload: path.join(__dirname, 'view', '8_preload.js'),
preload: path.join(__dirname, 'view', 'preload.js'),
},
})
appWindow.loadFile(path.join(__dirname, 'view', '8_domain-verification.html'))
appWindow.loadFile(path.join(__dirname, 'view', 'template.html'))
return appWindow
}

View File

@@ -154,6 +154,6 @@
</body>
<script src="../../bootstrap/bootstrap.bundle.min.js"></script>
<script src="8_renderer.js"></script>
<script src="renderer.js"></script>
</html>