Skip to content

Commit 5e9d31f

Browse files
committed
Fix Windows Build
1 parent 51a3d01 commit 5e9d31f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Bundle WebUI Bridge
20-
run: bridge/build.ps1
20+
run: bridge/build.bat
2121
- uses: actions/cache@v4
2222
with:
2323
path: bridge/webui_bridge.h

bridge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The WebUI Bridge connects the UI (_Web Browser_) with the backend application th
1414
### Windows PowerShell
1515

1616
- cd `webui\bridge`
17-
- `./build.ps1`
17+
- `build.bat`
1818
- If you get _running scripts is disabled on this
1919
system_ error. Then run `Set-ExecutionPolicy RemoteSigned` to enable script execution. After done, you can roll back by running `Set-ExecutionPolicy Restricted`
2020

0 commit comments

Comments
 (0)