Download Latest Version v0.4.1 source code.zip (31.5 kB)
Email in envelope

Get an email when there's a new version of ApplicationBuilder.jl

Home / v0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
Package restructuring and v0.7 support source code.tar.gz 2018-08-15 17.8 kB
Package restructuring and v0.7 support source code.zip 2018-08-15 27.5 kB
README.md 2018-08-15 580 Bytes
Totals: 3 Items   45.9 kB 0
  • Simplified the package structure by merging together the BuildApp and ApplicationBuilder modules.

These are the changes you need to make in your program: - You should remove using ApplicationBuilder from the source-code of programs being built, since the change_dir_if_bundle behavior will now come default for all applications. using ApplicationBuilder in your program source will cause it to fail to build. - module BuildApp has been removed. You should remove using BuildApp from your build scripts to build with julia v0.7.

Source: README.md, updated 2018-08-15