Switch from electron-webpack to electron-forge
This commit is contained in:
parent
d35a68caf3
commit
9eed5c04ff
10 changed files with 1777 additions and 2615 deletions
11
src/renderer/index.html
Normal file
11
src/renderer/index.html
Normal 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>
|
Reference in a new issue