Skip to content

Commit

Permalink
Windows: fix build script
Browse files Browse the repository at this point in the history
Copy supercan_srv32.exe into proper folder.
  • Loading branch information
jgressmann committed Feb 14, 2022
1 parent a496495 commit afb0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ xcopy /y /f Windows\x64\Release\supercan64.dll bin\x64\
xcopy /y /f Windows\x64\Release\supercan_app64.exe bin\x64\
xcopy /y /f Windows\x64\Release\supercan64.lib lib\x64\
xcopy /y /f /s Windows\inc inc\
xcopy /y /f Windows\Win32\Release\supercan_srv32.exe bin\x64\
xcopy /y /f Windows\Win32\Release\supercan_srv32.exe bin\x86\
xcopy /y /f Windows\x64\Release\supercan_srv64.exe bin\x64\
xcopy /y /f qt\32\plugins\canbus\*.dll bin\x86\
xcopy /y /f qt\64\plugins\canbus\*.dll bin\x64\
Expand Down

0 comments on commit afb0293

Please sign in to comment.