Skip to content

Commit

Permalink
Added forge
Browse files Browse the repository at this point in the history
  • Loading branch information
MickeyUK committed Jan 7, 2023
1 parent 2ea4df2 commit efc5bed
Show file tree
Hide file tree
Showing 5 changed files with 1,672 additions and 113 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules

out/
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
<script nonce="emailmapscraper" src="data/categories.js"></script>
<script nonce="emailmapscraper" src="js/autocomplete.js"></script>
<script nonce="emailmapscraper" src="js/app.js"></script>
<!--<script nonce="emailmapscraper" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAWsaPZ6g27_m12wCSAnN5LsjAP_-4ntiU&libraries=places&callback=initApp"></script>-->
<script>init();</script>
</body>
</html>
24 changes: 24 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module.exports = {
packagerConfig: {
icon: './icon',
},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {},
},
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
},
{
name: '@electron-forge/maker-deb',
config: {},
},
{
name: '@electron-forge/maker-rpm',
config: {},
},
],
};
Loading

0 comments on commit efc5bed

Please sign in to comment.