Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 20, 2024
1 parent 5e72086 commit ed569cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Prepare AppDir
run: |
mkdir -p AppDir/usr/bin
mkdir AppDir
cp -r maid-linux/* AppDir/
cp assets/maid.png AppDir/maid.png
echo '[Desktop Entry]
Expand All @@ -73,7 +73,7 @@ jobs:
Icon=maid
Type=Application
Categories=Utility;' > AppDir/maid.desktop
chmod +x AppDir/usr/bin/maid
chmod +x AppDir/maid
- name: List contents of maid-linux
run: |
Expand Down

0 comments on commit ed569cf

Please sign in to comment.