Skip to content

Commit

Permalink
updated zip.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sba5827 committed Aug 19, 2023
1 parent 775ff87 commit 739c46f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ rmdir %TEMPDIR%
mkdir %TEMPDIR%

set FILETOZIP=%~dp0*.lua
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0*.xml
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0*.md
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0*.toc
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0*.blp
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0LICENSE
xcopy %FILETOZIP% %TEMPDIR%\ /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\ /Y

set FILETOZIP=%~dp0Libs
xcopy %FILETOZIP% %TEMPDIR%\Libs\ /E /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\Libs\ /E /Y

set FILETOZIP=%~dp0Lang
xcopy %FILETOZIP% %TEMPDIR%\Lang\ /E /Y
xcopy %FILETOZIP% %TEMPDIR%\StriLi\Lang\ /E /Y

echo Set objArgs = WScript.Arguments > _zipIt.vbs
echo InputFolder = objArgs(0) >> _zipIt.vbs
Expand Down

0 comments on commit 739c46f

Please sign in to comment.