Skip to content

Commit

Permalink
added appimage specific resources
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent 6d5f356 commit 862916c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
mkdir AppDir
cp cycles AppDir/
cp snap/gui/tylercode-cycles.desktop AppDir/
cp snap/gui/icon.png AppDir/
cp appimage/tylercode-cycles.desktop AppDir/
cp appimage/icon.png AppDir/
echo '#!/bin/sh\n./myapp' > AppDir/AppRun
chmod +x AppDir/AppRun
Expand Down

0 comments on commit 862916c

Please sign in to comment.