Skip to content
Snippets Groups Projects
Commit 625ffaaa authored by Bye's avatar Bye
Browse files

work or die III

parent 5543a7cc
Branches
Tags
No related merge requests found
......@@ -9,8 +9,27 @@ module.exports = {
{
name: '@electron-forge/maker-zip',
platforms: ['linux', 'win32'],
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
],
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'byemc',
name: 'waves'
},
prerelease: true
}
}
],
publishers: [],
plugins: [],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment