Skip to content

Commit

Permalink
Changed electron-packager for electron-builder & added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SrZorro committed Jun 23, 2018
1 parent 664f3fa commit 1998395
Show file tree
Hide file tree
Showing 9 changed files with 3,418 additions and 7,457 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,4 @@ $RECYCLE.BIN/


# End of https://www.gitignore.io/api/node,code,linux,windows

/build
/dist
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"appId": "io.foxdev.aminopc",
"productName": "Amino PC",
"directories": {
"buildResources": "build",
"output": "dist/build",
"app": "dist/webpack"
},
"win": {
"publish": [
{
"provider": "github",
"owner": "SrZorro",
"repo": "AminoPC"
}
]
}
}
Binary file removed logo.ico
Binary file not shown.
Loading

0 comments on commit 1998395

Please sign in to comment.