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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-17 02:30:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-17 02:30:56 +0300
commite62d5bd76cf7ed627b24a96fee49951c4a8d53ec (patch)
tree628cf192154ba68a4a6384f0ff3b519064449524
parent9acd5d480d57d80398b630669f87fb3e1b7e73e8 (diff)
WIP: Adding fuse to CI - fuse moun path for the flatpak build
-rw-r--r--flatpak/org.remmina.Remmina.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index b05d7009c..a3fcfd2c3 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -44,6 +44,11 @@
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
+ "build-options" : {
+ "env" : {
+ "MOUNT_FUSE_PATH" : "../tmp/"
+ }
+ },
"modules": [
"shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
{