Skip to content

Commit 1fe3f54

Browse files
JanisErdmanisJanis Erdmanis
andauthored
[AppBundlerUtils] updated recipe (#12450)
Co-authored-by: Janis Erdmanis <[email protected]>
1 parent f8939f1 commit 1fe3f54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

A/AppBundlerUtils/build_tarballs.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
using BinaryBuilder, Pkg
44

55
name = "AppBundlerUtils"
6-
version = v"0.1.5"
6+
version = v"0.4.0"
77

88
# Collection of sources required to complete build
99
sources = [
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
1414
script = 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
1919
install_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

0 commit comments

Comments
 (0)