浏览代码

Use correct script.

Change-Id: I9ed7e5ebced4fc390bb3c87a4d290867c05563fb
Reviewed-on: http://gerrit.dmdirc.com/2418
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.7rc2^0
Shane Mc Cormack 12 年前
父节点
当前提交
8289bd3bb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      build-installer.xml

+ 1
- 1
build-installer.xml 查看文件

@@ -54,7 +54,7 @@
54 54
     <target name="installer-unstable" depends="-init-installer"
55 55
             description="Build the installer for an unstable release.">
56 56
         <exec executable="bash" dir="modules/installer" resultproperty="installer.result">
57
-            <arg value="release.sh"/>
57
+            <arg value="makeAll.sh"/>
58 58
             <arg value="-c"/>
59 59
             <arg value="UNSTABLE"/>
60 60
         </exec>

正在加载...
取消
保存