[linux-minidisc] [PATCH 3/3] added sample updater.txt


---
 inet-updater/updater.txt |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 inet-updater/updater.txt

diff --git a/inet-updater/updater.txt b/inet-updater/updater.txt
new file mode 100644
index 0000000..f101837
--- /dev/null
+++ b/inet-updater/updater.txt
@@ -0,0 +1,27 @@
+#name of the program
+name=QHiMDTransfer
+
+
+#version of the program
+version=0.0.9
+
+
+#url of the updater.txt for the current version
+ver-url=http://users.physik.fu-berlin.de/~glaubitz/linux-minidisc/updater-win.txt
+
+
+#url of the update-package
+download-url=http://users.physik.fu-berlin.de/~glaubitz/linux-minidisc/qhimdtransfer-win.exe
+
+
+#filename of the package after download
+download-file-name=sdt.exe
+
+
+#Command that is run after download to install the update. %DOWNLOAD-FILE-NAME% is replaced with the path to the file + filename (e.g. MSI-Files: exec-update=msiexec /i %DOWNLOAD-FILE-NAME% )
+exec-update=%DOWNLOAD-FILE-NAME%
+
+
+#program which ist started, if no update has to be installed. If empty, nothing is run.
+restart-app=
+
-- 
1.7.0.2.msysgit.0