mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-08 19:38:51 +01:00
add bin to both
This commit is contained in:
parent
679d336dfd
commit
fa295a2bb4
@ -44,6 +44,8 @@ function ignoreFn(path) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const appName = "Wave";
|
||||
|
||||
module.exports = {
|
||||
packagerConfig: {
|
||||
ignore: ignoreFn,
|
||||
@ -60,13 +62,17 @@ module.exports = {
|
||||
name: "@electron-forge/maker-deb",
|
||||
config: {
|
||||
options: {
|
||||
bin: "Wave",
|
||||
bin: appName,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "@electron-forge/maker-rpm",
|
||||
config: {},
|
||||
config: {
|
||||
options: {
|
||||
bin: appName,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user