File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,13 @@ jobs:
104104 echo ::set-env name=UPLOADURL::$uploadURL
105105 - name : Install ant
106106 run : brew install ant
107+ - name : Install jarbundler
108+ shell : bash
109+ run : |
110+ wget http://informagen.com/JarBundler/dist/jarbundler.zip
111+ unzip jarbundler.zip
112+ mkdir -p .ant/lib
113+ cp jarbundler-2.3.1/jarbundler-2.3.1.jar .ant/lib
107114 - name : Build with Ant
108115 run : ant -noinput -buildfile build.xml -Dsplashscreen.enable=true -Dlabel="$VERSION" -Dsparkle="$VERSION" -Dpackage.name="jitsi" -Dlink.updates.macosx="https://download.jitsi.org/jitsi/macosx/sparkle/updates.xml" -Dlink.download.macosx="https://download.jitsi.org/jitsi/nightly/macosx/jitsi-2.11.$VERSION.dmg" -Dlink.sparkle.updates.index="https://download.jitsi.org/jitsi/nightly/macosx/sparkle/index.html" -Dgoogle.api.client.id="${{ secrets.GOOGLE_API_CLIENT_ID }}" -Dgoogle.api.client.secret="${{ secrets.GOOGLE_API_CLIENT_SECRET }}" clean make dmg
109116 - shell : bash
You can’t perform that action at this time.
0 commit comments