GrabBag/GrabBagPrj/pkg_binocularMarkTest.bat

23 lines
476 B
Batchfile
Raw Normal View History

2026-03-28 10:49:55 +08:00
@echo off
setlocal
2026-06-26 17:49:32 +08:00
set PRJ_PATH=%~dp0
set PRJ_PATH=%PRJ_PATH:~0,-1%
2026-03-28 10:49:55 +08:00
cd /d "%PRJ_PATH%\buildwin\BinocularMarkTest"
@REM powershell -Command "Remove-Item * -Recurse -Force"
copy "..\..\build\App\BinocularMark\BinocularMarkTest\release\BinocularMarkTest.exe" .\
"C:\tools\Qt\5.15.2\msvc2019_64\bin\windeployqt.exe" "BinocularMarkTest.exe"
cd ..\..
set ISCC_PATH=C:\Program Files (x86)\Inno Setup 6\ISCC.exe
@REM "%ISCC_PATH%" "BeltTearingApp.iss"
echo "finish"
endlocal