Skip to content

Commit

Permalink
Update data_build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed Jul 4, 2024
1 parent 0f34c99 commit 51795dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/windows/data_build.bat
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@echo off

set data=%PALETTE_DATA%

set /p version=<../../VERSION
set PALETTE_VERSION=%version%

set datadir=data_%data%
set data=%PALETTE_DATA%
if "%data%" == "" set data=omnisphere

if not "%PALETTE_SOURCE%" == "" goto keepgoing1
echo You must set the PALETTE_SOURCE environment variable.
goto getout
:keepgoing1

set ship=%PALETTE_SOURCE%\build\windows\ship
set datadir=data_%data%

rm -fr %ship% > nul 2>&1
mkdir %ship%
Expand Down

0 comments on commit 51795dc

Please sign in to comment.