Skip to content

Commit

Permalink
Updated linux-release GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Aug 26, 2023
1 parent 9687be4 commit 9cc9d83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
working-directory: ${{ env.SOURCE_DIR }}/build
run: |
cp ${{ env.SOURCE_DIR }}/emulator/QtBkBtl ./usr/bin/
cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.png ${{ env.SOURCE_DIR }}/build/usr/icons/hicolor/256x256/apps/qtbkbtl.png
../linuxdeployqt-continuous-x86_64.AppImage ${{ env.SOURCE_DIR }}/linux/qtbkbtl.desktop -appimage
cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.desktop ./usr/share/applications/
cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.png ./usr/icons/hicolor/256x256/apps/
../linuxdeployqt-continuous-x86_64.AppImage usr/share/applications//qtbkbtl.desktop -appimage -extra-plugins=iconengines
ls -l *.AppImage
- name: Linux artefact
Expand Down

0 comments on commit 9cc9d83

Please # to comment.