Skip to content

Commit 4d5c032

Browse files
committed
Updated Windows build script.
1 parent fa219af commit 4d5c032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-windows/build.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cd \json-scada\src\cs_data_processor
4343
call \json-scada\platform-windows\nodejs-runtime\npm update
4444
cd \json-scada\src\oshmi2json
4545
call \json-scada\platform-windows\nodejs-runtime\npm update
46-
cd \json-scada\src\oshmi-sync
46+
cd \json-scada\src\oshmi_sync
4747
call \json-scada\platform-windows\nodejs-runtime\npm update
4848
cd \json-scada\src\alarm_beep
4949
call \json-scada\platform-windows\nodejs-runtime\npm update
@@ -59,3 +59,5 @@ call \json-scada\platform-windows\nodejs-runtime\npm run build
5959
cd \json-scada\src\grafana_alert2event
6060
call \json-scada\platform-windows\nodejs-runtime\npm update
6161

62+
cd ..\..\platform-windows
63+

0 commit comments

Comments
 (0)