We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a786391 commit 5743e5fCopy full SHA for 5743e5f
1 file changed
make-appimage.sh
@@ -11,6 +11,7 @@ export ICON=https://raw.githubusercontent.com/cemu-project/Cemu/refs/heads/main/
11
export DESKTOP=/usr/share/applications/Cemu.desktop
12
export DEPLOY_OPENGL=1
13
export DEPLOY_VULKAN=1
14
+export DEPLOY_SDL=1
15
16
# Deploy dependencies
17
quick-sharun /usr/bin/cemu
@@ -19,3 +20,7 @@ quick-sharun /usr/bin/cemu
19
20
21
# Turn AppDir into AppImage
22
quick-sharun --make-appimage
23
+
24
+# Test the app for 12 seconds, if the test fails due to the app
25
+# having issues running in the CI use --simple-test instead
26
+quick-sharun --test ./dist/*.AppImage
0 commit comments