mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-02 23:31:43 +01:00
use bin
This commit is contained in:
parent
c7ab077e55
commit
679d336dfd
@ -58,7 +58,11 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "@electron-forge/maker-deb",
|
||||
config: {},
|
||||
config: {
|
||||
options: {
|
||||
bin: "Wave",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "@electron-forge/maker-rpm",
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "waveterm",
|
||||
"author": "Command Line Inc",
|
||||
"executableName": "Wave",
|
||||
"productName": "Wave",
|
||||
"description": "An open-source, cross-platform, AI-integrated, modern terminal for seamless workflows.",
|
||||
"version": "0.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user