Skip to content

Commit

Permalink
appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
arakis committed Oct 31, 2019
1 parent 2ce249b commit 71e06c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abctl
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function create_grub_hybrid_disk {
disk=${ABANU_OSDIR}/Abanu.Kernel.Core.x86-grub-hybrid.disk.img
isodir=$ABANU_PROJDIR/tmp/iso-grub-hybrid
mkdir -p $isodir;
cp $ABANU_OSDIR/abanu.os.image.${ABANU_ARCH}.bin $isodir/abanu.bin
cp $ABANU_OSDIR/Abanu.OS.Image.${ABANU_ARCH}.bin $isodir/abanu.bin

# additional files
if [ -f $ABANU_OSDIR/Abanu.DisplayServer.bin ]; then
Expand Down

0 comments on commit 71e06c5

Please sign in to comment.