add exec name

This commit is contained in:
Evan Simkowitz 2024-02-29 11:59:22 -08:00
parent 5add91f960
commit c7ab077e55
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
var AllowedFirstParts = {
let AllowedFirstParts = {
"package.json": true,
dist: true,
public: true,
@ -6,11 +6,11 @@ var AllowedFirstParts = {
bin: true,
};
var AllowedNodeModules = {
let AllowedNodeModules = {
"monaco-editor": true,
};
var modCache = {};
let modCache = {};
function ignoreFn(path) {
let parts = path.split("/");

View File

@ -1,6 +1,7 @@
{
"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",