Переглянути джерело

Backport installer changes to 0.5.5.

Installer now creates a .jar in the output directory


git-svn-id: http://svn.dmdirc.com/trunk@3031 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 роки тому
джерело
коміт
f7639970af

+ 1
- 1
installer/jar/makeJar.sh Переглянути файл

@@ -161,7 +161,7 @@ jar -uvf "DMDirc.jar" ${pluginList}
161 161
 rm -Rf plugins;
162 162
 
163 163
 if [ "${isRelease}" != "" ]; then
164
-	if [ "${Branch}" != "" ]; then
164
+	if [ "${BRANCH}" = "1" ]; then
165 165
 		isRelease=branch-${isRelease}
166 166
 	fi;
167 167
 	if [ "" != "${finalTag}" ]; then

+ 4
- 1
installer/linux/makeInstallerLinux.sh Переглянути файл

@@ -289,9 +289,12 @@ chmod a+x ${RUNNAME}
289 289
 
290 290
 
291 291
 if [ "${isRelease}" != "" ]; then
292
-	if [ "${Branch}" != "" ]; then
292
+	if [ "${BRANCH}" = "1" ]; then
293 293
 		isRelease=branch-${isRelease}
294 294
 	fi;
295
+	if [ "" != "${finalTag}" ]; then
296
+		finalTag="-${finalTag}"
297
+	fi;
295 298
 	finalname=DMDirc-${isRelease}-Setup${finalTag}.run
296 299
 else
297 300
 	finalname=${RUNNAME##*/}

+ 1
- 1
installer/windows/makeInstallerWindows.sh Переглянути файл

@@ -499,7 +499,7 @@ echo "Creating .exe"
499 499
 cat 7zS.sfx 7zip.conf "${INTNAME}" > "${RUNNAME}"
500 500
 
501 501
 if [ "${isRelease}" != "" ]; then
502
-	if [ ${Branch} != "" ]; then
502
+	if [ "${BRANCH}" = "1" ]; then
503 503
 		releaseTag=branch-${isRelease}
504 504
 	else
505 505
 		releaseTag=${isRelease};

BIN
launcher/windows/DMDirc.exe Переглянути файл


BIN
launcher/windows/DMDircUpdater.exe Переглянути файл


Завантаження…
Відмінити
Зберегти