mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
fix: ci for snap builds (#280871)
This commit is contained in:
@@ -276,4 +276,4 @@ fi
|
|||||||
|
|
||||||
wait_for_async_execs
|
wait_for_async_execs
|
||||||
|
|
||||||
exec "$@"
|
exec "$@" --ozone-platform=x11
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ parts:
|
|||||||
|
|
||||||
apps:
|
apps:
|
||||||
@@NAME@@:
|
@@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
|
common-id: @@NAME@@.desktop
|
||||||
|
|
||||||
url-handler:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user