NHDaly / ApplicationBuilder.jl

[deprecated] Compile, bundle, and release julia software
MIT License
168 stars 15 forks source link

Unify Windows, Linux, and Mac APIs #26

Open NHDaly opened 6 years ago

NHDaly commented 6 years ago

Currently there are two totally separate interfaces for build_app_bundle, one defined for Mac and one for Windows/Linux.

We should fix that!

I'm going to try to unify them together. For the most part, at first i think this will mostly just entail adding dummy arguments to the windows/linux version so that at least using the same build script on all three systems won't be an Error.