You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/api/src-tauri/gen/schemas/desktop-schema.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2362,7 +2362,7 @@
2362
2362
"type": "object",
2363
2363
"required": [
2364
2364
"args",
2365
-
"command",
2365
+
"cmd",
2366
2366
"name",
2367
2367
"sidecar"
2368
2368
],
@@ -2375,7 +2375,7 @@
2375
2375
}
2376
2376
]
2377
2377
},
2378
-
"command": {
2378
+
"cmd": {
2379
2379
"description": "The command name. It can start with a variable that resolves to a system base directory. The variables are: `$AUDIO`, `$CACHE`, `$CONFIG`, `$DATA`, `$LOCALDATA`, `$DESKTOP`, `$DOCUMENT`, `$DOWNLOAD`, `$EXE`, `$FONT`, `$HOME`, `$PICTURE`, `$PUBLIC`, `$RUNTIME`, `$TEMPLATE`, `$VIDEO`, `$RESOURCE`, `$APP`, `$LOG`, `$TEMP`, `$APPCONFIG`, `$APPDATA`, `$APPLOCALDATA`, `$APPCACHE`, `$APPLOG`.",
2380
2380
"type": "string"
2381
2381
},
@@ -2397,7 +2397,7 @@
2397
2397
"type": "object",
2398
2398
"required": [
2399
2399
"args",
2400
-
"command",
2400
+
"cmd",
2401
2401
"name",
2402
2402
"sidecar"
2403
2403
],
@@ -2410,7 +2410,7 @@
2410
2410
}
2411
2411
]
2412
2412
},
2413
-
"command": {
2413
+
"cmd": {
2414
2414
"description": "The command name. It can start with a variable that resolves to a system base directory. The variables are: `$AUDIO`, `$CACHE`, `$CONFIG`, `$DATA`, `$LOCALDATA`, `$DESKTOP`, `$DOCUMENT`, `$DOWNLOAD`, `$EXE`, `$FONT`, `$HOME`, `$PICTURE`, `$PUBLIC`, `$RUNTIME`, `$TEMPLATE`, `$VIDEO`, `$RESOURCE`, `$APP`, `$LOG`, `$TEMP`, `$APPCONFIG`, `$APPDATA`, `$APPLOCALDATA`, `$APPCACHE`, `$APPLOG`.",
0 commit comments