mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-04-08 19:05:52 +02:00
add exec name
This commit is contained in:
parent
5add91f960
commit
c7ab077e55
@ -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("/");
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user