This commit is contained in:
Evan Simkowitz 2024-02-29 12:02:03 -08:00
parent c7ab077e55
commit 679d336dfd
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,11 @@ module.exports = {
},
{
name: "@electron-forge/maker-deb",
config: {},
config: {
options: {
bin: "Wave",
},
},
},
{
name: "@electron-forge/maker-rpm",

View File

@ -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",