We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8d7cc commit 0650c60Copy full SHA for 0650c60
.ci/build_appimage.sh
@@ -12,8 +12,8 @@ if [[ "$1" != "0" ]]; then
12
fi
13
14
repo_dir=$(pwd)
15
-mkdir -p $RUNNER_WORKSPACE/build
16
-cd $RUNNER_WORKSPACE/build
+mkdir -p appimage_build
+cd appimage_build
17
18
# Build linuxdeploy
19
sudo apt install -y build-essential g++ pkg-config curl wget libpng-dev libjpeg-dev zsync desktop-file-utils libxcb-cursor0 &&
@@ -87,4 +87,4 @@ esac
87
88
./linuxdeploy --appdir AppDir -e src/app/${executable_name} -i $repo_dir/res/${executable_name}.png -d $repo_dir/release/appimage.desktop --plugin qt --output appimage
89
90
-cp *.AppImage* $repo_dir
+mv *.AppImage* $repo_dir
0 commit comments