Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PC-SUMMO\Michele Summo committed Feb 11, 2022
1 parent 146ca76 commit 04ca6f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/deploy-win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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\.."

Expand All @@ -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

0 comments on commit 04ca6f8

Please sign in to comment.