Fix executable path

This commit is contained in:
2023-09-22 01:47:51 -05:00
parent 379c0af5f7
commit 7bfbdd789c

View File

@@ -40,7 +40,7 @@ jobs:
- name: Package artifacts with linuxdeployqt
run: |
mkdir -p appdir/usr/bin/
mv ./calculatorbuilder appdir/usr/bin/
mv ./build/calculatorbuilder appdir/usr/bin/
export VERSION=${0.0.1}-linux # linuxdeployqt uses this for naming the package
echo "Version is: ${VERSION}"
./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/*.desktop \