Skip to content

Commit 74af680

Browse files
authored
Grant network permission for library manager
The built-in library manager needs network access to fetch the package list and the packages itself.
1 parent 146a6f8 commit 74af680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc.arduino.arduinoide.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"finish-args": [
1818
"--socket=x11",
1919
"--share=ipc",
20+
"--share=network",
2021
"--device=all",
2122
"--filesystem=home"
2223
],

0 commit comments

Comments
 (0)