Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshraf Teleb <ashraf.teleb85@gmail.com>2022-05-11 02:28:00 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2022-05-11 02:28:00 +0300
commit1e6baa72b0c176711722aa94ee7a9abd7f7ffa37 (patch)
tree49897e228d8aecdbe79ad04b6aa1a50faf0b5957
parent95b15ce6f56b7e9df6646b39e7d683a5ae1d36eb (diff)
Trial to fix snap cannot access removable media #353
-rw-r--r--electron-builder-snap.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/electron-builder-snap.json b/electron-builder-snap.json
index faa6411..6c381f4 100644
--- a/electron-builder-snap.json
+++ b/electron-builder-snap.json
@@ -21,6 +21,12 @@
"snap"
]
},
+ "snap": {
+ "plugs": [
+ "default",
+ "removable-media"
+ ]
+ },
"fileAssociations": [
{
"ext": "drawio",