We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5681691 commit 8baa7e0Copy full SHA for 8baa7e0
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
cp desktop-ui/resource/ares.desktop desktop-ui/resource/net.ares.emu.desktop
43
mkdir -p AppDir/usr/lib
44
cp /usr/lib/x86_64-linux-gnu/{libcanberra.so.0,libcanberra-gtk3.so.0,libGL.so.1,libGL.so.1.7.0} AppDir/usr/lib
45
- ./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --plugin gtk --plugin checkrt --output appimage --desktop-file desktop-ui/resource/net.ares.emu.desktop --icon-file desktop-ui/resource/ares.png
+ ./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --plugin gtk --plugin checkrt --output appimage --desktop-file desktop-ui/resource/net.ares.emu.desktop --icon-file desktop-ui/resource/ares.png --exclude-library libwayland-client
46
47
- name: release
48
uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments