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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/GUI/StartDuplicati.sh')
-rw-r--r--Duplicati/GUI/StartDuplicati.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Duplicati/GUI/StartDuplicati.sh b/Duplicati/GUI/StartDuplicati.sh
new file mode 100644
index 000000000..356a6c5fe
--- /dev/null
+++ b/Duplicati/GUI/StartDuplicati.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+export LD_LIBRARY_PATH=`pwd`
+mono Duplicati.exe \ No newline at end of file