Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cba891d

Browse files
authoredAug 3, 2018
Merge pull request flathub#2 from scde/patch-1
Grant network permission for library manager
2 parents 146a6f8 + 74af680 commit cba891d

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)
Please sign in to comment.