local-operator-ui 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/package.json +5 -9
package/out/main/index.jsc
CHANGED
|
Binary file
|
package/out/preload/index.jsc
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-operator-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"productName": "Local Operator",
|
|
5
5
|
"description": "User interface for the Local Operator agent environment",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
@@ -197,19 +197,15 @@
|
|
|
197
197
|
{
|
|
198
198
|
"target": "nsis",
|
|
199
199
|
"arch": ["x64", "arm64"]
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"target": "portable",
|
|
203
|
-
"arch": ["x64", "arm64"]
|
|
204
200
|
}
|
|
205
201
|
],
|
|
206
202
|
"artifactName": "${name}-${version}-${arch}.${ext}"
|
|
207
203
|
},
|
|
208
204
|
"nsis": {
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
205
|
+
"createDesktopShortcut": true,
|
|
206
|
+
"createStartMenuShortcut": true,
|
|
207
|
+
"deleteAppDataOnUninstall": true,
|
|
208
|
+
"license": "build/LICENSE.txt"
|
|
213
209
|
},
|
|
214
210
|
"linux": {
|
|
215
211
|
"icon": "resources/icon-512x512.png",
|