Skip to content

Commit

Permalink
Update PostBuild.bat
Browse files Browse the repository at this point in the history
- Fixed not packing files properly.
  • Loading branch information
TCNOco committed Jul 14, 2021
1 parent 353d14e commit 0f71cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TcNo-Acc-Switcher-Client/PostBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ xcopy TcNo-Acc-Switcher\updater updater /E /H /C /I /Y

REM Compress files
echo Creating .7z archive
"%zip%" a -t7z -mmt24 -mx9 "TcNo-Acc-Switcher.7z" "TcNo-Acc-Switcher"
"%zip%" a -t7z -mmt24 -mx9 "TcNo-Acc-Switcher.7z" ".\TcNo-Acc-Switcher\*"
echo Done!

REM Create installer
Expand Down

0 comments on commit 0f71cfd

Please sign in to comment.