Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
RadAd committed Aug 13, 2021
1 parent 89da872 commit 2ccda8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@echo off
setlocal
call :package x64
call :package Win32
pause
call :package %1
rem call :package x64
rem call :package Win32
rem pause
goto :eof

:package
set PLATFORM=%1
set ZIPFILE=%CD%\RadLine%PLATFORM%.zip
del %ZIPFILE%
if exist %ZIPFILE% del %ZIPFILE%
7z a %ZIPFILE% Bin\%PLATFORM%Release\RadLine.dll Bin\%PLATFORM%Release\RLoadDll.exe Lua\Bin%PLATFORM%\Lua.dll RadLine.lua UserRadLine.lua
7z rn %ZIPFILE% Bin\%PLATFORM%Release\RadLine.dll RadLine.dll Bin\%PLATFORM%Release\RLoadDll.exe RLoadDll.exe Lua\Bin%PLATFORM%\Lua.dll Lua.dll
goto :eof

0 comments on commit 2ccda8f

Please sign in to comment.