Skip to content

Commit

Permalink
bin.zipの必要なファイルを消さないようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshica committed Feb 19, 2021
1 parent 3605a2d commit 89f9402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mml2vgm/makeZip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ copy /Y .\..\mml2vgm_MMLCommandMemo.txt .\output\mml2vgmIDE
copy /Y .\..\mmlCommandTable.md .\output
copy /Y .\..\README.md .\output
copy /Y .\..\ZGMspec.txt .\output
copy /Y .\..\m98コマンド・リファレンス.pdf .\output
copy /Y .\..\m98�R�}���h�E���t�@�����X.pdf .\output
copy /Y .\..\PSG2.txt .\output
copy /Y .\..\YM2609.txt .\output
copy /Y .\..\maseChangeMML.md .\output
copy /Y .\removeZoneIdent.bat .\output
del /Q .\output\mml2vgmIDE\*.pdb
del /Q .\output\mml2vgmIDE\*.config
:del /Q .\output\mml2vgmIDE\*.config
del /Q .\output\mml2vgmIDE\*.wav
del /Q .\output\mml2vgm\*.pdb
del /Q .\output\mml2vgm\*.config
:del /Q .\output\mml2vgm\*.config
del /Q bin.zip
powershell Compress-Archive -Path .\output\* -D bin
pause

0 comments on commit 89f9402

Please sign in to comment.