Skip to content

Commit

Permalink
Added "-desktop" suffix to desktop (i.e. non-lite) image
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellJoyce committed Jul 15, 2019
1 parent dd6acf4 commit bacb10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage4/EXPORT_IMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMG_SUFFIX=""
IMG_SUFFIX="-desktop"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

0 comments on commit bacb10c

Please sign in to comment.