Skip to content

Commit

Permalink
Update appimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent f3514b4 commit c972489
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
- name: Prepare AppDir
run: |
mkdir -p AppDir/usr/share/applications
mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps
mkdir AppDir
cp cycles AppDir/
cp appimage/tylercode-cycles.desktop AppDir/usr/share/applications/
cp appimage/icon.png AppDir/usr/share/icons/hicolor/256x256/apps/
echo '#!/bin/sh\n./cycles' > AppDir/AppRun
cp appimage/tylercode-cycles.desktop AppDir/
cp appimage/icon.png AppDir/
echo '#!/bin/sh\n./myapp' > AppDir/AppRun
chmod +x AppDir/AppRun
- name: Download appimagetool
Expand Down

0 comments on commit c972489

Please sign in to comment.