Skip to content

Commit cd977a0

Browse files
committed
Fix non-existing directory
1 parent 764b45d commit cd977a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Install virtual graphic display to run welle.io without an display
4949
sudo apt install xvfb
50-
50+
5151
- name: Build
5252
id: build
5353
run: |
@@ -83,12 +83,13 @@ jobs:
8383
wget https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin -O ./lib4bin
8484
chmod +x ./lib4bin
8585
86+
# Collect remaining libraries
87+
./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
88+
8689
# Dummy run welle in a virtual display to collect graphic libraries with sharun
8790
xvfb-run -- ./lib4bin -p -v -r -e ./appdir/usr/bin/welle-io
88-
cp shared/lib/* appdir/usr/lib/x86_64-linux-gnu/
91+
cp -r shared/lib/* appdir/usr/lib/x86_64-linux-gnu/
8992
90-
# Collect remaining libraries
91-
./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
9293
find appdir/
9394
9495
# Create AppImage

0 commit comments

Comments
 (0)