mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Revert "InfoZIP is not part of stock Windows"
This reverts commit f97a0f007d723b86993ac0bfe90f9a700dcf921b.
This commit is contained in:
parent
6c419b5624
commit
63b004b258
@ -41,8 +41,6 @@ fi
|
||||
top=`pwd`
|
||||
cd "$top" || exit 1
|
||||
|
||||
ziptool="$top/dosbox-x-mingw-hx-dos/vs2015/tool/zip.exe"
|
||||
|
||||
cd "$top/dosbox-x-mingw-hx-dos" || exit 1
|
||||
git clean -dfx
|
||||
git reset --hard
|
||||
@ -60,7 +58,7 @@ cp CHANGELOG CHANGELOG.txt || exit 1
|
||||
cd "$top" || exit 1
|
||||
echo "Packing up now..."
|
||||
|
||||
$ziptool -r -9 "$name" dosbox-x-mingw-hx-dos/{CHANGELOG.txt,dosbox-x.exe} || exit 1
|
||||
zip -r -9 "$name" dosbox-x-mingw-hx-dos/{CHANGELOG.txt,dosbox-x.exe} || exit 1
|
||||
|
||||
exit 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user