浏览代码

I suck.

Fixed OSX Installer thinking builds failed that didn't
Fixes issue 1134


git-svn-id: http://svn.dmdirc.com/trunk@3903 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 年前
父节点
当前提交
8825b0eb7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      installer/osx/makeInstallerOSX.sh

+ 1
- 1
installer/osx/makeInstallerOSX.sh 查看文件

@@ -431,7 +431,7 @@ if [ "" = "${HDIUTIL}" ]; then
431 431
 		createImage ${IMAGESIZE}
432 432
 	done;
433 433
 	
434
-	if [ ${MVRES} -eq 0 ]; then
434
+	if [ ${MVRES} -ne 0 ]; then
435 435
 		echo "OSX Build Failed - Imagesize: ${IMAGESIZE}"
436 436
 		exit 1;
437 437
 	fi;

正在加载...
取消
保存