Skip to content

Commit

Permalink
fix forge
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi committed Apr 11, 2023
1 parent 0d3e12d commit 988fefa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/*
out/*
Tunnel/xray
Tunnel/tun2socks
.env
19 changes: 19 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,28 @@ module.exports = {
packagerConfig: {},
rebuildConfig: {},
makers: [
{
name: "@electron-forge/maker-zip",
platforms: [
"darwin"
]
},

{
name: '@electron-forge/maker-deb',
config: {},
}
],
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'hossinasaadi',
name: 'V2Box-Linux'
},
prerelease: true
}
}
]
};
28 changes: 0 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,5 @@
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"sudo-prompt": "^9.2.1"
},
"config": {
"forge": {
"makers": [
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
}
],
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "hossinasaadi",
"name": "V2Box-Linux"
}
}
}
]
}
}

}

0 comments on commit 988fefa

Please sign in to comment.