Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Added Github publisher to forge
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBrines committed Jan 4, 2024
1 parent 1586f4f commit 6a4490b
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 6 deletions.
13 changes: 13 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,17 @@ module.exports = {
config: {},
},
],
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'paxo-phone',
name: 'paxo-ide'
},
prerelease: false,
draft: true
}
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.2",
"@electron-forge/publisher-github": "^7.2.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
Expand All @@ -51,4 +52,4 @@
"toml": "^3.0.0",
"update-electron-app": "^3.0.0"
}
}
}
Loading

0 comments on commit 6a4490b

Please sign in to comment.