File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
disturl "https://electronjs.org/headers"
2
2
target "29.4.0"
3
- ms_build_id "9593362 "
3
+ ms_build_id "9728852 "
4
4
runtime "electron"
5
5
build_from_source "true"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-oss-dev" ,
3
3
"version" : " 1.90.2" ,
4
- "distro" : " 4729d9dae7d87c18fbe0614f875a60672e2b8603 " ,
4
+ "distro" : " 337309ecc166d98d0bce49869ee0cf7713ded698 " ,
5
5
"author" : {
6
6
"name" : " Microsoft Corporation"
7
7
},
Original file line number Diff line number Diff line change 261
261
262
262
wait_for_async_execs
263
263
264
- exec " $@ " " --no-sandbox " " --use-gl=angle " " --use-angle=swiftshader "
264
+ exec " $@ "
Original file line number Diff line number Diff line change @@ -30,15 +30,18 @@ parts:
30
30
- libcurl3-gnutls
31
31
- libcurl3-nss
32
32
- libcurl4
33
+ - libegl1
33
34
- libdrm2
34
35
- libgbm1
35
36
- libgl1
37
+ - libgles2
36
38
- libglib2.0-0
37
39
- libgtk-3-0
38
40
- libibus-1.0-5
39
41
- libnss3
40
42
- libpango-1.0-0
41
43
- libsecret-1-0
44
+ - libwayland-egl1
42
45
- libxcomposite1
43
46
- libxdamage1
44
47
- libxfixes3
74
77
75
78
apps :
76
79
@@NAME@@:
77
- command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@
80
+ command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --no-sandbox
78
81
common-id : @@NAME@@.desktop
79
82
80
83
url-handler :
81
- command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url
84
+ command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url --no-sandbox
You can’t perform that action at this time.
0 commit comments