From ce9c6fcb403ba065b7beb78fe72cbb09f7ee341e Mon Sep 17 00:00:00 2001 From: "kenneth.skovhede@gmail.com" Date: Sat, 18 Apr 2009 15:37:24 +0000 Subject: Added a wrapper for starting Duplicati with the newer SQLite binaries. Fixed a typo in the linux build script. git-svn-id: https://duplicati.googlecode.com/svn/trunk@159 59da171f-624f-0410-aa54-27559c288bec --- Duplicati/GUI/StartDuplicati.sh | 4 ++++ Installer/Package Linux release.bat | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Duplicati/GUI/StartDuplicati.sh 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 diff --git a/Installer/Package Linux release.bat b/Installer/Package Linux release.bat index 89ada4f39..06717740d 100644 --- a/Installer/Package Linux release.bat +++ b/Installer/Package Linux release.bat @@ -1,7 +1,7 @@ @echo off cd bin\Release -mkdir Duplicity -cd Duplicity +mkdir Duplicati +cd Duplicati cd del * /Q xcopy /I /Y ..\..\..\..\Duplicati\GUI\Bin\Release\* . @@ -11,4 +11,5 @@ move sqlite-3.6.12.so libsqlite3.so.0 xcopy /I /Y "..\..\..\..\thirdparty\SQLite\Bin\linux howto.txt" . move "linux howto.txt" linux-sqlite-readme.txt xcopy /I /Y "..\..\..\..\thirdparty\SQLite\Dll for .Net\ManagedOnly\System.Data.SQLite.dll" . +xcopy /I /Y ..\..\..\..\Duplicati\GUI\StartDuplicati.sh . pause \ No newline at end of file -- cgit v1.2.3