Skip to content

Commit

Permalink
make configurations and publish configurations added
Browse files Browse the repository at this point in the history
  • Loading branch information
dtn9197 committed Jun 15, 2020
1 parent f491f91 commit 21f630b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
"name": "@electron-forge/maker-zip"
},
{
"name": "@electron-forge/maker-deb",
Expand All @@ -54,6 +51,18 @@
"name": "@electron-forge/maker-rpm",
"config": {}
}
],
"publishers":[
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "btopro",
"name": "HAXdesktop"
}
},
"prerelease": true
}
]
}
}
Expand Down

0 comments on commit 21f630b

Please sign in to comment.