Switch from electron-webpack to electron-forge

This commit is contained in:
Matthias Schiffer 2020-02-22 17:35:19 +01:00
parent d35a68caf3
commit 9eed5c04ff
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
10 changed files with 1777 additions and 2615 deletions

11
src/renderer/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>RPGedit</title>
</head>
<body>
<div id="app"></div>
</body>
</html>