fix: ci for snap builds (#280871)

This commit is contained in:
Robo
2025-12-03 16:22:13 +09:00
committed by GitHub
parent 1027a1aad0
commit fae32c4c21
2 changed files with 3 additions and 3 deletions

View File

@@ -276,4 +276,4 @@ fi
wait_for_async_execs
exec "$@"
exec "$@" --ozone-platform=x11

View File

@@ -78,8 +78,8 @@ parts:
apps:
@@NAME@@:
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --no-sandbox --ozone-platform=x11
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --no-sandbox
common-id: @@NAME@@.desktop
url-handler:
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url --no-sandbox --ozone-platform=x11
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url --no-sandbox