Skip to content

Commit

Permalink
Create AppRun
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 20, 2024
1 parent 39952a4 commit af19c8e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,10 @@ jobs:
Type=Application
Categories=Utility;' > AppDir/maid.desktop
chmod +x AppDir/maid
- name: List contents of maid-linux
run: |
echo "Listing contents of maid-linux:"
ls -R maid-linux
- name: List contents of AppDir
run: |
echo "Listing contents of AppDir:"
ls -R AppDir
echo '#!/bin/bash
HERE="$(dirname "$(readlink -f "${0}")")"
exec "$HERE/maid" "$@"' > AppDir/AppRun
chmod +x AppDir/AppRun
- name: Create AppImage
run: |
Expand Down

0 comments on commit af19c8e

Please sign in to comment.