summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-09 11:18:39 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-09 11:18:39 -0400
commitc03430ec7eba11462664a043f14e2f2a122674a1 (patch)
tree5e643591808a698960ed784a5f1433eaf05a2b34
parente54a5d05692f2f5ae852dbd3ed0a247920591418 (diff)
downloadSMAPI-c03430ec7eba11462664a043f14e2f2a122674a1.tar.gz
SMAPI-c03430ec7eba11462664a043f14e2f2a122674a1.tar.bz2
SMAPI-c03430ec7eba11462664a043f14e2f2a122674a1.zip
tweak release docs
-rw-r--r--docs/technical/smapi.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md
index 3cb450ae..e2832710 100644
--- a/docs/technical/smapi.md
+++ b/docs/technical/smapi.md
@@ -87,25 +87,24 @@ on the wiki for the first-time setup.
build type | format | example
:--------- | :----------------------- | :------
dev build | `<version>-alpha.<date>` | `3.0.0-alpha.20171230`
- prerelease | `<version>-beta.<count>` | `3.0.0-beta.2`
+ prerelease | `<version>-beta.<date>` | `3.0.0-beta.20171230`
release | `<version>` | `3.0.0`
2. In Windows:
- 1. Rebuild the solution in Release mode.
- 2. Copy `windows-install.*` from `bin/SMAPI installer` and `bin/SMAPI installer for developers` to
- Linux/Mac.
+ 1. Rebuild the solution with the _release_ solution configuration.
+ 2. Copy `bin/SMAPI installer` and `bin/SMAPI installer for developers` to Linux/Mac.
3. In Linux/Mac:
- 1. Rebuild the solution in Release mode.
- 2. Add the `windows-install.*` files to the `bin/SMAPI installer` and
- `bin/SMAPI installer for developers` folders.
+ 1. Rebuild the solution with the _release_ solution configuration.
+ 2. Add the `windows-install.*` files from Windows to the `bin/SMAPI installer` and
+ `bin/SMAPI installer for developers` folders compiled on Linux.
3. Rename the folders to `SMAPI <version> installer` and `SMAPI <version> installer for developers`.
4. Zip the two folders.
### Custom Harmony build
SMAPI uses [a custom build of Harmony](https://github.com/Pathoschild/Harmony#readme), which is
included in the `build` folder. To use a different build, just replace `0Harmony.dll` in that
-folder.
+folder before compiling.
## Release notes
See [release notes](../release-notes.md).