Bläddra i källkod

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 år sedan
förälder
incheckning
f7639970af

+ 1
- 1
installer/jar/makeJar.sh Visa fil

161
 rm -Rf plugins;
161
 rm -Rf plugins;
162
 
162
 
163
 if [ "${isRelease}" != "" ]; then
163
 if [ "${isRelease}" != "" ]; then
164
-	if [ "${Branch}" != "" ]; then
164
+	if [ "${BRANCH}" = "1" ]; then
165
 		isRelease=branch-${isRelease}
165
 		isRelease=branch-${isRelease}
166
 	fi;
166
 	fi;
167
 	if [ "" != "${finalTag}" ]; then
167
 	if [ "" != "${finalTag}" ]; then

+ 4
- 1
installer/linux/makeInstallerLinux.sh Visa fil

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

+ 1
- 1
installer/windows/makeInstallerWindows.sh Visa fil

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

Binär
launcher/windows/DMDirc.exe Visa fil


Binär
launcher/windows/DMDircUpdater.exe Visa fil


Laddar…
Avbryt
Spara