Skip to content

Commit

Permalink
ログ出過ぎなので削ってみる
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed Sep 23, 2018
1 parent a4678ae commit 4665543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if not "%RELEASE_PHASE%" == "" (
@rem RELEASE_PHASE: (option) "alpha" (x64 build only)
@rem ----------------------------------------------------------------

@echo on
@rem @echo on

@rem ----------------------------------------------------------------
@rem build WORKDIR
Expand Down Expand Up @@ -215,16 +215,16 @@ if exist "%HASHFILE%" (
copy /Y %HASHFILE% %WORKDIR%\
)
call %ZIP_CMD% %OUTFILE% %WORKDIR%
call %LIST_ZIP_CMD% %OUTFILE%
call %LIST_ZIP_CMD% %OUTFILE% > NUL

call %ZIP_CMD% %OUTFILE_LOG% %WORKDIR_LOG%
call %LIST_ZIP_CMD% %OUTFILE_LOG%
call %LIST_ZIP_CMD% %OUTFILE_LOG% > NUL

@echo start zip asm
mkdir %WORKDIR_ASM%
copy /Y sakura\%platform%\%configuration%\*.asm %WORKDIR_ASM%\
copy /Y sakura\%platform%\%configuration%\*.asm %WORKDIR_ASM%\ > NUL
call %ZIP_CMD% %OUTFILE_ASM% %WORKDIR_ASM%
call %LIST_ZIP_CMD% %OUTFILE_ASM%
call %LIST_ZIP_CMD% %OUTFILE_ASM% > NUL

@echo end zip asm

Expand Down

0 comments on commit 4665543

Please sign in to comment.