Skip to content

Commit f63477e

Browse files
committed
Installs jarbundler.
1 parent 4df3c5c commit f63477e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ant.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)