mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-05 23:15:32 -06:00
Fix executable path
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user