From 0e4aa65708df7ca4096b9019428d9fccabd37384 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 1 May 2022 17:33:41 -0400 Subject: fix crossplatform build scripts --- docs/technical/smapi.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md index 4d75aef2..44b6e49f 100644 --- a/docs/technical/smapi.md +++ b/docs/technical/smapi.md @@ -166,5 +166,8 @@ Windows](#on-windows)_ section below to create a build that retains the icon.** build/windows/finalize-install-package.sh "$version" "$binFolder" ``` +Note: to prepare a test Windows-only build, you can pass `--windows-only` in the first step and +skip the second one. + ## Release notes See [release notes](../release-notes.md). -- cgit