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 'Installer/Package Linux release.bat')
-rw-r--r--Installer/Package Linux release.bat5
1 files changed, 3 insertions, 2 deletions
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