Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faytor authored Oct 3, 2024
1 parent e4d78d0 commit eb18b1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,14 @@ jobs:
chmod +x MyApp.AppDir/AppRun
# Create .desktop file with correct icon reference.
# Create .desktop file without an icon reference.
echo "[Desktop Entry]
Name=MyApp
Exec=main
Icon=myapp # Reference to the icon file (without extension)
Type=Application
Categories=Utility;" > MyApp.AppDir/myapp.desktop
# Copy your icon file into the AppDir from images directory.
cp images/icon.png MyApp.AppDir/myapp.png # Copy the icon to the AppDir.
# No need to copy an icon since we're skipping it.
- name: Verify AppDir Contents
run: |
Expand Down

0 comments on commit eb18b1a

Please sign in to comment.