inno-updater/cargo-run.bat

8 строки
142 B
Batchfile

@echo off
SET target=debug
IF "%~1"=="--release" SET target=release
CALL .\cargo-build.bat %~1
.\target\%target%\inno_updater.exe %*