Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit b912b4f

Browse files
committed
Update README.md
1 parent a3aa1c5 commit b912b4f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ What you need to do
7272

7373
Use whichever ANT task you like:
7474
* the great opensource ["Jarbundler"](http://informagen.com/JarBundler/)
75-
* my JarBundler [fork on github](https://github.com/tofi86/Jarbundler) which supports *MixedLocalization*
75+
* my JarBundler [fork on github](https://github.com/tofi86/Jarbundler) which supports *MixedLocalization*
7676
* Oracle's opensource ["Appbundler"](https://java.net/projects/appbundler)
77+
* or [*infinitekind*'s fork](https://bitbucket.org/infinitekind/appbundler/overview)
7778

7879
### JarBundler example
7980
Just place the `universalJavaApplicationStub` from this repo in your build resources folder and link it in your ANT task (attribute `stubfile`):
@@ -94,7 +95,7 @@ You should get a fully functional Mac Application Bundle working with both Java
9495

9596

9697
### Appbundler example
97-
Just place the `universalJavaApplicationStub` from this repo in your build resources folder and link it in your ANT task (attribute `executableName`):
98+
Just place the `universalJavaApplicationStub` from this repo in your build resources folder and link it in your ANT task (attribute `executableName` from [*infinitekind*'s fork](https://bitbucket.org/infinitekind/appbundler/overview)):
9899
```XML
99100
<appbundler
100101
name="Your-App"

0 commit comments

Comments
 (0)