From 04ca6f80cad1a34403a3460277975effe6432173 Mon Sep 17 00:00:00 2001 From: "PC-SUMMO\\Michele Summo" Date: Fri, 11 Feb 2022 18:01:16 +0100 Subject: [PATCH] Bugfixes --- tools/deploy-win.bat | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/deploy-win.bat b/tools/deploy-win.bat index 008b4b5..63cd2dd 100644 --- a/tools/deploy-win.bat +++ b/tools/deploy-win.bat @@ -6,11 +6,6 @@ if errorlevel 1 ( exit /b ) -where /q binarycreator -if errorlevel 1 ( - echo binarycreator is not in your path. - exit /b -) cd /D "%~dp0\.." @@ -30,4 +25,10 @@ xcopy /s /e tutorial installer\packages\net.sourceforge.xaos\data\tutorial mkdir installer\packages\net.sourceforge.xaos\data\examples for /R examples %%f in (*.*) do copy %%f installer\packages\net.sourceforge.xaos\data\examples +where /q binarycreator +if errorlevel 1 ( + echo binarycreator is not in your path. + exit /b +) + binarycreator --offline-only -p installer\packages -c installer\config\config.xml xaossetup.exe