Skip to content

Commit

Permalink
Fix UI on Windows
Browse files Browse the repository at this point in the history
The quotes seem to be preventing the UI from loading on my system
and quotes are not needed in this situation in Batch.
  • Loading branch information
puffnfresh committed Aug 20, 2024
1 parent e388786 commit d242ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
file: ucm.cmd
content: |
@echo off
SET UCM_WEB_UI="%~dp0ui"
SET UCM_WEB_UI=%~dp0ui
"%~dp0unison\unison.exe" --runtime-path "%~dp0runtime\unison-runtime.exe" %*
- name: package everything together
run: |
Expand Down

0 comments on commit d242ae9

Please sign in to comment.