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

Duplicati-trayicon-launcher « OSX « Installer - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1385bacf790d8d5b9ed745ad3d3b2bc482cb190 (plain)
1
2
3
4
5
6
7
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

export APP_NAME="Duplicati"
export ASSEMBLY="Duplicati.GUI.TrayIcon.exe"

bash "${SCRIPT_DIR}/run-with-mono.sh" "$@"