Skip to content

Commit

Permalink
Add config for electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjustaplant committed Dec 24, 2020
1 parent 5a523e8 commit 8566ea6
Show file tree
Hide file tree
Showing 4 changed files with 3,846 additions and 338 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion spofly/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app.once('ready', () => {
minHeight:800,
show: false,
frame: false,
icon: __dirname + "/icon/spofly_512x512.icns",
icon: __dirname + "/build/icon.icns",
// Don't allow the window to be resized.
resizable: true,
webPreferences: {
Expand Down
Loading

0 comments on commit 8566ea6

Please # to comment.