File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33using BinaryBuilder, Pkg
44
55name = " AppBundlerUtils"
6- version = v " 0.1.5 "
6+ version = v " 0.4.0 "
77
88# Collection of sources required to complete build
99sources = [
10- GitSource (" https://github.com/PeaceFounder/AppBundler.jl.git" , " dfddaa473e9e8a11cee95ede5cd351051907f2d3 " )
10+ GitSource (" https://github.com/PeaceFounder/AppBundler.jl.git" , " 776473409906752c12dbc0c80bcb6c110f626f67 " )
1111]
1212
1313# Bash recipe for building across all platforms
1414script = raw """
15- cd $WORKSPACE/srcdir/AppBundler.jl/recipes/macos
15+ cd $WORKSPACE/srcdir/AppBundler.jl/utils
1616
17- $CC -o launcher launcher .c
17+ $CC -o macos_launcher macos_launcher .c
1818
1919install_license $WORKSPACE/srcdir/AppBundler.jl/LICENSE
20- install -Dvm 755 "launcher " "${bindir}/macos_launcher"
20+ install -Dvm 755 "macos_launcher " "${bindir}/macos_launcher"
2121"""
2222
2323# These are the platforms we will build for by default, unless further
You can’t perform that action at this time.
0 commit comments