File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,9 @@ folder before compiling.
86
86
87
87
## Prepare a release
88
88
### On any platform
89
- ** ⚠ Ideally we'd have one set of instructions for all platforms. The instructions in this section
90
- will produce a fully functional release for all supported platforms, _ except_ that the application
91
- icon for SMAPI on Windows will disappear due to [ .NET runtime bug
92
- 3828] ( https://github.com/dotnet/runtime/issues/3828 ) . Until that's fixed, see the _ [ on
93
- Windows] ( #on-windows ) _ section below to create a build that retains the icon.**
89
+ _ This is the unified process that works on any platform. However, it needs a few extra steps on
90
+ Windows (e.g. running Steam in WSL); see [ 'On Windows'] ( #on-windows ) below for an alternative quick
91
+ option._
94
92
95
93
#### First-time setup
96
94
1 . On Windows only:
@@ -136,6 +134,10 @@ Windows](#on-windows)_ section below to create a build that retains the icon.**
136
134
release | ` < version> ` | ` 4.0.0`
137
135
138
136
# ## On Windows
137
+ _This is the alternative quick process for Windows only. This avoids needing Steam installed on WSL,
138
+ and can be used to create Windows-only builds without using WSL at all. See [' on any platform' ](# on-any-platform)
139
+ above for the unified process._
140
+
139
141
# ### First-time setup
140
142
1. Set up Windows Subsystem for Linux (WSL):
141
143
1. [Install WSL](https://docs.microsoft.com/en-us/windows/wsl/install).
You can’t perform that action at this time.
0 commit comments