Want to make a bundle but missing JavaApplicationStub

I am trying to make a Mac bundle for the first time by using the JarBundler Ant task on my Windows system.

Unfortunately, I don’t own a Mac to get the neccessary JavaApplicationStub file :frowning:

Any suggestions?

If I ask one of my Mac friends for a copy, will Apple go medieval on me then?

I dug some more and found a copy of that file in one of Caspian’s zip files:

http://www.puppygames.net/downloads/TitanAttacks_MacOSX.zip

Is that it?
Do you just distribute the folder named .app then?

I have seen the “.dmg” format used as well, but is there some tool to create such files on a windows system?

Hmm, I should perhaps buy one of those Macs myself and get access to the real tools… :slight_smile:

That’s the one. Just basically copy mine :slight_smile:

Cas :slight_smile:

Thanks!

Yeah really all it has is a simple OS X launcher in the bundle that runs the Java and does a couple other things. For the most part, you can just swap JARs around and it will work fine.