Skip to content

Commit

Permalink
Fixed a naming derp
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent c972489 commit 244e964
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 @@ -29,7 +29,7 @@ jobs:
cp cycles AppDir/
cp appimage/tylercode-cycles.desktop AppDir/
cp appimage/icon.png AppDir/
echo '#!/bin/sh\n./myapp' > AppDir/AppRun
echo '#!/bin/sh\n./cycles' > AppDir/AppRun
chmod +x AppDir/AppRun
- name: Download appimagetool
Expand Down

0 comments on commit 244e964

Please sign in to comment.