diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:33:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:33:41 -0400 |
commit | 0e4aa65708df7ca4096b9019428d9fccabd37384 (patch) | |
tree | ada8be44425f93ee3d6fd0ac4283af2487b4b1e8 /docs/technical | |
parent | ea9324586d4aaafd9d18f09e0bf110e57d86c449 (diff) | |
download | SMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.tar.gz SMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.tar.bz2 SMAPI-0e4aa65708df7ca4096b9019428d9fccabd37384.zip |
fix crossplatform build scripts
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/smapi.md | 3 |
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). |