Skip to content

Commit

Permalink
move quazip.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Constanty committed Dec 12, 2018
1 parent a63fa90 commit bf4ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/install_editor.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo y | DEL .\app\release\%INSTALL_FOLDER%\.moc /Q
echo y | DEL .\app\release\%INSTALL_FOLDER%\.obj /Q
echo y | DEL .\app\release\%INSTALL_FOLDER%\.rcc /Q
copy "%APPVEYOR_BUILD_FOLDER%\Gui\lib\quazip.dll" ".\app\"
copy "%APPVEYOR_BUILD_FOLDER%\Gui\lib\quazip.dll" "./app/release/"
windeployqt.exe "./app/release/DNAI.exe" -qmldir=%APPVEYOR_BUILD_FOLDER%\Gui\app\resources -verbose=2
dir /b "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC" | tail.exe -1 > mredist.txt
set /p MREDIST=<mredist.txt
Expand Down

0 comments on commit bf4ec69

Please sign in to comment.