Skip to content

Commit

Permalink
added some debug to appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent 5deeead commit 8f27add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cp appimage/tylercode-cycles.desktop AppDir/
cp appimage/icon.png AppDir/
echo '#!/bin/sh' > AppDir/AppRun
echo 'pwd'
echo 'ls -alh'
echo './cycles' >> AppDir/AppRun
chmod +x AppDir/AppRun
Expand Down

0 comments on commit 8f27add

Please sign in to comment.