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 afb8c03 commit 392be02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 desktop-file-validate
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev libmpv-dev mpv ninja-build fuse desktop-file-utils
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x ./appimagetool-x86_64.AppImage
Expand All @@ -52,7 +52,7 @@ jobs:

- run: |
mkdir -p assets/AppImage/usr/bin/
cp -r build/linux/x64/release/bundle/ 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
Expand Down

0 comments on commit 392be02

Please sign in to comment.