Skip to content

Commit

Permalink
fix cu
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Feb 20, 2024
1 parent 9c838a1 commit 29dcf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build all
run: |
c:/Windows/system32/WindowsPowerShell/v1.0/powershell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -File "./tools/replacer.ps1" -cc_info "msvc" -tpath ./plugininterface/plugininterface.json.temp -opath ./plugininterface/plugininterface.json
lrelease *.pro
lrelease searchonweb.pro
qmake searchonweb.pro -tp vc
msbuild searchonweb.vcxproj /p:Configuration=Release /p:Platform=x64 /p:BuildInParallel=false
cp ./release/searchonweb.dll ./release/searchonweb.msvc.dll
Expand Down

0 comments on commit 29dcf6b

Please sign in to comment.