Skip to content

Commit

Permalink
small android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 20, 2024
1 parent ccdb4a1 commit d8d2533
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
with:
name: maid-linux

- name: Setup AppImage tools
- name: Download and Install AppImageTool
run: |
sudo apt-get update
sudo apt-get install -y appimagetool
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage
sudo mv appimagetool-x86_64.AppImage /usr/local/bin/appimagetool
- name: Prepare AppDir
run: |
Expand All @@ -67,7 +68,7 @@ jobs:
Type=Application
Categories=Utility;' > AppDir/maid.desktop
chmod +x AppDir/usr/bin/maid
- name: Create AppImage
run: |
appimagetool AppDir maid.AppImage
Expand Down

0 comments on commit d8d2533

Please sign in to comment.