Skip to content

Commit

Permalink
adds 5.2 compile rule, deletes old zip file before packing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjofri committed Apr 3, 2023
1 parent 0d1e36e commit ddba86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setlocal

md %temp%\SlateIconBrowser
for %%a in (5.0 5.1) do call :build %%a
for %%a in (5.0 5.1 5.2) do call :build %%a
rd /s /q %temp%\SlateIconBrowser
goto :eof

Expand All @@ -13,5 +13,6 @@ rd /s /q %temp%\SlateIconBrowser\%1\Binaries
rd /s /q %temp%\SlateIconBrowser\%1\Intermediate
md %temp%\SlateIconBrowser\%1\Config
copy Config\FilterPlugin.ini %temp%\SlateIconBrowser\%1\Config\FilterPlugin.ini
del SlateIconBrowser-%1.zip
tar -a -c -f SlateIconBrowser-%1.zip -C %temp%\SlateIconBrowser\%1\ *
goto :eof

0 comments on commit ddba86f

Please sign in to comment.