From da3ac959a4565038bf6de9ddffb0f43bba7f78a3 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 27 Sep 2023 14:54:29 +1300 Subject: [PATCH] Update packaging files --- packaging/RELEASE.txt | 6 ++++++ packaging/macos/build_macos.sh | 3 +++ packaging/macos/build_macos_intel.sh | 3 +++ packaging/windows/gossip.0.8.1.wxs | 32 ++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100755 packaging/windows/gossip.0.8.1.wxs diff --git a/packaging/RELEASE.txt b/packaging/RELEASE.txt index 906e0f4e..243f6376 100644 --- a/packaging/RELEASE.txt +++ b/packaging/RELEASE.txt @@ -20,6 +20,12 @@ 4. Tag this as vVERSION, and push the tag +4b. Tag again with -unstable, + build to get Cargo.lock, + commit both as next commit, + push, + checkout the release commit again for the rest. + 5. Build the debian: $ cd debian diff --git a/packaging/macos/build_macos.sh b/packaging/macos/build_macos.sh index 1a0bd1e9..7ef3836a 100755 --- a/packaging/macos/build_macos.sh +++ b/packaging/macos/build_macos.sh @@ -1,6 +1,9 @@ #!/bin/bash set -e +# Support older MacOS version (12.0 is Monteery, released Oct 2021) +export MACOSX_DEPLOYMENT_TARGET=12.0 + # NOTE: you generally need to install these first: # cmake, pkg-config, sdl2, ffmpeg diff --git a/packaging/macos/build_macos_intel.sh b/packaging/macos/build_macos_intel.sh index 4ad76261..62e0ec70 100755 --- a/packaging/macos/build_macos_intel.sh +++ b/packaging/macos/build_macos_intel.sh @@ -1,6 +1,9 @@ #!/bin/bash set -e +# Support older MacOS version (12.0 is Monteery, released Oct 2021) +export MACOSX_DEPLOYMENT_TARGET=12.0 + # NOTE: you generally need to install these first: # cmake, pkg-config, sdl2, ffmpeg diff --git a/packaging/windows/gossip.0.8.1.wxs b/packaging/windows/gossip.0.8.1.wxs new file mode 100755 index 00000000..c591f87c --- /dev/null +++ b/packaging/windows/gossip.0.8.1.wxs @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +