Move build-appimage.sh to packaging/appimage

This commit is contained in:
miruka 2020-03-26 18:42:18 -04:00
parent df506e5893
commit 914d1e6c2d

View File

@ -11,7 +11,7 @@
# #
# To restart from scratch if you already had a container: # To restart from scratch if you already had a container:
# #
# lxc stop ubuntu; lxc delete ubuntu # if needed # lxc stop ubuntu; lxc delete ubuntu
# #
# Initialize the container: # Initialize the container:
# #
@ -26,7 +26,7 @@
# #
# Run this script inside the container: # Run this script inside the container:
# #
# lxc exec ubuntu -- /root/mirage/build-appimage.sh # lxc exec ubuntu -- /root/mirage/packaging/appimage/build.sh
# #
# You can also start a shell inside (e.g. if something goes wrong): # You can also start a shell inside (e.g. if something goes wrong):
# #