dosbox-x.conf ref too

This commit is contained in:
Wengier
2020-06-17 23:08:00 -04:00
committed by GitHub
parent 1822515cae
commit 3f0bb75767

View File

@@ -60,8 +60,9 @@ hxdir="build-scripts/mingw/hxdos"
strip src/dosbox-x.exe || exit 1
cp src/dosbox-x.exe $copydir/dosbox-x.exe || exit 1
$hxdir/pestub.exe -n $copydir/dosbox-x.exe
$hxdir/pestub.exe -n $copydir/dosbox-x.exe
cp CHANGELOG $copydir/CHANGELOG.txt || exit 1
cp dosbox-x.reference.conf $copydir/dosbox-x.ref || exit 1
cp $hxdir/HDPMI32.EXE $copydir/ || exit 1
cp $hxdir/HXGUIHLP.INI $copydir/ || exit 1
cp $hxdir/README.TXT $copydir/ || exit 1
@@ -70,7 +71,7 @@ cp $hxdir/*.DLL $copydir/ || exit 1
cd "$top" || exit 1
echo "Packing up now..."
$ziptool -r -9 "$name" dosbox-x-mingw-hx-dos/{CHANGELOG.txt,dosbox-x.exe,HDPMI32.EXE,HXGUIHLP.INI,README.TXT,*.DLL} || exit 1
$ziptool -r -9 "$name" dosbox-x-mingw-hx-dos/{CHANGELOG.txt,dosbox-x.exe,dosbox-x.ref,HDPMI32.EXE,HXGUIHLP.INI,README.TXT,*.DLL} || exit 1
exit 0