summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-01 17:33:41 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-01 17:33:41 -0400
commit0e4aa65708df7ca4096b9019428d9fccabd37384 (patch)
treeada8be44425f93ee3d6fd0ac4283af2487b4b1e8 /docs
parentea9324586d4aaafd9d18f09e0bf110e57d86c449 (diff)
downloadSMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.tar.gz
SMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.tar.bz2
SMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.zip
fix crossplatform build scripts
Diffstat (limited to 'docs')
-rw-r--r--docs/technical/smapi.md3
1 files changed, 3 insertions, 0 deletions
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).