File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ cp src/dosbox-x.exe dosbox-x.exe || exit 1
63
63
$hxdir /pestub.exe -n dosbox-x.exe
64
64
cp CHANGELOG CHANGELOG.txt || exit 1
65
65
cp dosbox-x.reference.conf dosbox-x.ref || exit 1
66
+ cp dosbox-x.reference.full.conf dosbox-x.ful || exit 1
66
67
cp $hxdir /DPMILD32.EXE . || exit 1
67
68
cp $hxdir /HDPMI32.EXE . || exit 1
68
69
cp $hxdir /HXGUIHLP.INI . || exit 1
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ git reset --hard
52
52
strip src/dosbox-x.exe || exit 1
53
53
cp src/dosbox-x.exe " $buildtarget /dosbox-x.exe" || exit 1
54
54
cp CHANGELOG " $buildtarget /CHANGELOG.txt" || exit 1
55
+ cp dosbox-x.reference.conf " $buildtarget /dosbox-x.reference.conf" || exit 1
56
+ cp dosbox-x.reference.full.conf " $buildtarget /dosbox-x.reference.full.conf" || exit 1
55
57
done
56
58
57
59
cd " $top " || exit 1
You can’t perform that action at this time.
0 commit comments