mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Set hostArchitectures
in macOS .pkg
installer
This commit is contained in:
parent
87e936195e
commit
408d381591
@ -79,6 +79,7 @@ PKGNAME=$(sh contrib/semver/name.sh)
|
|||||||
PKGVERSION=$(sh contrib/semver/version.sh --bare)
|
PKGVERSION=$(sh contrib/semver/version.sh --bare)
|
||||||
PKGARCH=${PKGARCH-amd64}
|
PKGARCH=${PKGARCH-amd64}
|
||||||
PAYLOADSIZE=$(( $(wc -c pkgbuild/flat/base.pkg/Payload | awk '{ print $1 }') / 1024 ))
|
PAYLOADSIZE=$(( $(wc -c pkgbuild/flat/base.pkg/Payload | awk '{ print $1 }') / 1024 ))
|
||||||
|
[ "$PKGARCH" = "amd64" ] && PKGHOSTARCH="x86_64" || PKGHOSTARCH=${PKGARCH}
|
||||||
|
|
||||||
# Create the PackageInfo file
|
# Create the PackageInfo file
|
||||||
cat > pkgbuild/flat/base.pkg/PackageInfo << EOF
|
cat > pkgbuild/flat/base.pkg/PackageInfo << EOF
|
||||||
@ -98,7 +99,7 @@ cat > pkgbuild/flat/Distribution << EOF
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.3" authoringToolBuild="174">
|
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.3" authoringToolBuild="174">
|
||||||
<title>Yggdrasil (${PKGNAME}-${PKGVERSION})</title>
|
<title>Yggdrasil (${PKGNAME}-${PKGVERSION})</title>
|
||||||
<options customize="never" allow-external-scripts="no"/>
|
<options customize="never" allow-external-scripts="no" hostArchitectures="${PKGHOSTARCH}" />
|
||||||
<domains enable_anywhere="true"/>
|
<domains enable_anywhere="true"/>
|
||||||
<installation-check script="pm_install_check();"/>
|
<installation-check script="pm_install_check();"/>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user