File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
# Install virtual graphic display to run welle.io without an display
49
49
sudo apt install xvfb
50
-
50
+
51
51
- name : Build
52
52
id : build
53
53
run : |
@@ -83,12 +83,13 @@ jobs:
83
83
wget https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin -O ./lib4bin
84
84
chmod +x ./lib4bin
85
85
86
+ # Collect remaining libraries
87
+ ./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
88
+
86
89
# Dummy run welle in a virtual display to collect graphic libraries with sharun
87
90
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/
89
92
90
- # Collect remaining libraries
91
- ./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
92
93
find appdir/
93
94
94
95
# Create AppImage
You can’t perform that action at this time.
0 commit comments