ApplicationBuilder.jl
ApplicationBuilder.jl copied to clipboard
[deprecated] Compile, bundle, and release julia software
All, Please see the following output from my most recent build run. `main` is generated, and I can execute it. Albeit with a crash that I *think* is unrelated, but...
All, I was really excited to see that AB now supports Julia v1.0.0. :) I was able to build my first application this morning. Which is great progress. Unfortunately, when...
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...
Figure out how to _really, actually_ compile everything at build-time and do no compilation at runtime!! There was some discussion in-person at JuliaCon around the fact that things aren't being...
I was wondering if this can be turned into a more generalizable package. Perhaps we can specify a dictionary of paths to non jl files including binaries, which we can...
Code cleanup! This will also make it much easier to integrate/share the code for each of the mac/windows/linux/_mobile!?_ OS versions.