Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Oct 24, 2024
1 parent 639f397 commit afb8c03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install AppImage and Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev libmpv-dev mpv ninja-build fuse
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev libmpv-dev mpv ninja-build fuse desktop-file-validate
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x ./appimagetool-x86_64.AppImage
Expand All @@ -53,6 +53,7 @@ jobs:
- run: |
mkdir -p assets/AppImage/usr/bin/
cp -r build/linux/x64/release/bundle/ assets/AppImage/usr/bin/
chmod +x assets/AppImage/AppRun
# Package the built Linux app into an AppImage
- name: Create AppImage
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

assets/AppImage/usr/bin/**
*.AppImage
assets/AppImage/.DirIcon
Empty file modified assets/AppImage/AppRun
100644 → 100755
Empty file.

0 comments on commit afb8c03

Please sign in to comment.