mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
dosbox-x.conf ref too
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user