aboutsummaryrefslogtreecommitdiff
path: root/macos/make_macos_release.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-27 15:48:17 -0700
committerJohn MacFarlane <[email protected]>2023-03-27 15:48:17 -0700
commit1f6fa8784e2331237091d73b9d679e47ac0957fc (patch)
tree3bc3451f9f24d7edccabc678bda0804febd6b394 /macos/make_macos_release.sh
parenta53d08c871fc47747733376198aa66b1173ddd45 (diff)
macos release build: store architecture in a file.3.1.2
Diffstat (limited to 'macos/make_macos_release.sh')
-rw-r--r--macos/make_macos_release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos/make_macos_release.sh b/macos/make_macos_release.sh
index 8f05500a4..9c552f7d5 100644
--- a/macos/make_macos_release.sh
+++ b/macos/make_macos_release.sh
@@ -41,6 +41,7 @@ chown -R "$ME:staff" "$ROOT"
sed -e "s/PANDOCVERSION/$VERSION/; s/ARCHITECTURE/$MACHINE/;" macos/distribution.xml.in > "$ARTIFACTS/distribution.xml"
cp macos/Makefile "$ARTIFACTS/"
echo "$VERSION" > "$ARTIFACTS/version.txt"
+echo "$MACHINE" > "$ARTIFACTS/architecture.txt"
ls -R $ARTIFACTS
echo "Finished..."