Skip to content

Commit

Permalink
git: another attempt at fixing appImage building
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Jan 16, 2025
1 parent ad064a9 commit 5c3eeda
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,16 @@ jobs:
rm -rf AppDir
mkdir -p AppDir/usr/bin
mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps
mkdir -p AppDir/usr/share/applications
# Copy built files - now with correct paths
# Copy built files
cp -r build/linux/x64/release/bundle/* AppDir/usr/bin/
cp assets/images/logo.png AppDir/usr/share/icons/hicolor/256x256/apps/anymex.png
# Create desktop file
cat <<EOF > AppDir/usr/share/applications/anymex.desktop
# Create desktop file in AppDir root
cat <<EOF > AppDir/anymex.desktop
[Desktop Entry]
Name=AnymeX
Exec=anymex
Exec=usr/bin/anymex
Icon=anymex
Type=Application
Categories=Utility;
Expand Down

0 comments on commit 5c3eeda

Please sign in to comment.