Skip to content

Commit

Permalink
Fixed appimage pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent 7de1e4f commit 031df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo '#!/bin/sh' > AppDir/AppRun
echo 'pwd' >> AppDir/AppRun
echo 'ls -alh' >> AppDir/AppRun
echo './cycles' >> AppDir/AppRun
echo '"$APPDIR/cycles"' >> AppDir/AppRun
chmod +x AppDir/AppRun
- name: Download appimagetool
Expand Down

0 comments on commit 031df3c

Please sign in to comment.