Skip to content

Commit

Permalink
すべてを含んだ zip を作成しないようにする (sakura-editor#514 の軽減策)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Oct 28, 2018
1 parent ad611b4 commit 6f2457d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ copy /Y installer\warning.txt %WORKDIR%\
if "%ALPHA%" == "1" (
copy /Y installer\warning-alpha.txt %WORKDIR%\
)
call %ZIP_CMD% %OUTFILE% %WORKDIR%
@rem temporally disable to zip all files to a file to workaround #514.
@rem call %ZIP_CMD% %OUTFILE% %WORKDIR%

call %ZIP_CMD% %OUTFILE_LOG% %WORKDIR_LOG%

Expand Down

0 comments on commit 6f2457d

Please sign in to comment.