Use backslashes on Windows build -.-

This commit is contained in:
Alex Spataru 2021-01-13 22:53:51 -05:00 committed by GitHub
parent 7489af1f8d
commit a7b5e2262e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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