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: bridge/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The WebUI Bridge connects the UI (_Web Browser_) with the backend application th
14
14
### Windows PowerShell
15
15
16
16
- cd `webui\bridge`
17
-
-`./build.ps1`
17
+
-`build.bat`
18
18
- If you get _running scripts is disabled on this
19
19
system_ error. Then run `Set-ExecutionPolicy RemoteSigned` to enable script execution. After done, you can roll back by running `Set-ExecutionPolicy Restricted`
0 commit comments