Skip to content

Commit

Permalink
create Image
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 20, 2023
1 parent 0319d70 commit 948956f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ubuntu-install/createAppImage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

echo "Begin AppImage building"
pwd
pushd build
cd build
export QTDEPLOY=linuxdeploy-x86_64.AppImage
export QTDEPLOYPLUGIN=linuxdeploy-plugin-qt-x86_64.AppImage
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$QTDEPLOY
Expand All @@ -11,6 +11,8 @@ chmod a+x linuxdeploy-x86_64.AppImage
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage

pwd
ls ../
ls build
ls AppDir
ls AppDir/usr
ls AppDir/usr/bin
Expand Down

0 comments on commit 948956f

Please sign in to comment.