Commit 31f088f8 authored by Joel Collins's avatar Joel Collins
Browse files

Moved electron related stuff into app folder

parent b0a9021a
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ const app = electron.app
const BrowserWindow = electron.BrowserWindow

// Set the window content
let url = `file://${path.join(__dirname, '/dist/index.html')}`
let url = `file://${path.join(__dirname, '../dist/index.html')}`
let mainWindow

// Set the application menu
(1.17 MiB)

File moved.

(1.13 MiB)

File moved.

(885 KiB)

File moved.

Loading