summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 17:27:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 17:27:11 (GMT)
commit73277b178e29b0e499f342d289ccede764f3e328 (patch)
tree7530b20014aaa8ae640a868399aa6b3c8bc6d8c0 /.github
parent21d34a19569a60fcfb184212d11b6c0174799ca5 (diff)
parent840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023 (diff)
downloadtcl-73277b178e29b0e499f342d289ccede764f3e328.zip
tcl-73277b178e29b0e499f342d289ccede764f3e328.tar.gz
tcl-73277b178e29b0e499f342d289ccede764f3e328.tar.bz2
Use Marc Culler's "macher" utility for the onefiledist MacOSX builds. Only for non-framework builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/onefiledist.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index eaf9128..158542a 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -55,6 +55,9 @@ jobs:
run: |
mkdir 1dist
touch generic/tclStubInit.c generic/tclOOStubInit.c || true
+ wget https://github.com/culler/macher/releases/download/v1.2/macher
+ sudo cp macher /usr/local/bin
+ sudo chmod a+x /usr/local/bin/macher
echo "VER_PATH=$(cd tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV
echo "CREATE_DMG=$(cd create-dmg;pwd)/create-dmg" >> $GITHUB_ENV
- name: Configure