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

@@ -39,12 +39,12 @@ const createWindow = () => {
width: 1024,
height: 768,
webPreferences: {
preload: path.join(__dirname, 'view', '1_preload.js'),
preload: path.join(__dirname, 'view', 'preload.js'),
},
})
// Loads a layout
appWindow.loadFile(path.join(__dirname, 'view', '1_ledger-index.html'))
appWindow.loadFile(path.join(__dirname, 'view', 'template.html'))
return appWindow
}

View File

@@ -15,6 +15,6 @@
</body>
<script src="1_renderer.js"></script>
<script src="renderer.js"></script>
</html>