mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Use backslashes on Windows build -.-
This commit is contained in:
parent
7489af1f8d
commit
a7b5e2262e
@ -200,7 +200,7 @@ jobs:
|
||||
windeployqt bin/${{env.EXECUTABLE}}.exe -qmldir="${{env.QML_DIR_WIN}}" --compiler-runtime
|
||||
mkdir "${{env.APPLICATION}}"
|
||||
move bin "${{env.APPLICATION}}"
|
||||
xcopy deploy/windows/resources/icon.ico "${{env.APPLICATION}}"
|
||||
xcopy deploy\windows\resources\icon.ico "${{env.APPLICATION}}"
|
||||
|
||||
#
|
||||
# Create NSIS installer
|
Loading…
x
Reference in New Issue
Block a user