diff --git a/Deno/Deno.gwebproject b/Deno/Deno.gwebproject index dad6d751..cf112282 100644 --- a/Deno/Deno.gwebproject +++ b/Deno/Deno.gwebproject @@ -1,5 +1,5 @@  - + @@ -155,7 +155,7 @@ - + diff --git a/Deno/All Packages.lvdist b/Deno/Deno.lvdist similarity index 100% rename from Deno/All Packages.lvdist rename to Deno/Deno.lvdist diff --git a/Deno/deno.json b/Deno/deno.json index 9ce52148..b37fb28c 100644 --- a/Deno/deno.json +++ b/Deno/deno.json @@ -8,7 +8,7 @@ "tool:start:main": "deno task build && deno run -A \"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\"", "tool:publish:main": "deno task build && deployctl deploy --entrypoint=\"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\" --import-map=./deno.json", "tool:compile:main": "deno task build && deno compile -A -o \"./$(echo $COMPONENT).exe\" \"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\"", - "tool:build:gweb": "\"C:/Program Files/National Instruments/G Web Development Software/gwebcli.exe\" distribution -p Deno.gwebproject --dn \"All Packages.lvdist\"", + "tool:build:gweb": "\"C:/Program Files/National Instruments/G Web Development Software/gwebcli.exe\" distribution -p Deno.gwebproject --dn Deno.lvdist", "tool:build:deno": "deno run -A ./Support/convert-html.ts ./Builds/**/*.via.txt", "tool:rebuild-vireo-data-url": "deno run -A ./Support/make-vireo-dataurl.ts", "tool:deno-cache": "deno cache ./Support/all-typescript-packages.ts",