Skip to content

Commit

Permalink
Fix apprun script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aszusz committed Sep 25, 2023
1 parent feb87a6 commit fb61ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ runs:
#!/bin/bash
HERE="\$(dirname "\$(readlink -f "\${0}")")"
EXEC="\${HERE}/usr/bin/${{ inputs.app-name }}"
exec "\${EXEC}"
cd "\${HERE}/usr/bin"
exec "./${{ inputs.app-name }}"
EOF
chmod a+x build/AppDir/AppRun
Expand Down

0 comments on commit fb61ccb

Please sign in to comment.