rename 'install.exe' to 'install on Windows.exe' to avoid confusion
This commit is contained in:
parent
7b92d37979
commit
324d02233d
|
@ -18,7 +18,7 @@
|
|||
<RemoveDir Directories="$(PackagePath)" />
|
||||
|
||||
<!-- copy installer files -->
|
||||
<Copy Condition="$(OS) == 'Windows_NT'" SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFiles="$(PackagePath)\install.exe" />
|
||||
<Copy Condition="$(OS) == 'Windows_NT'" SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFiles="$(PackagePath)\install on Windows.exe" />
|
||||
<Copy SourceFiles="$(TargetDir)\readme.txt" DestinationFiles="$(PackagePath)\README.txt" />
|
||||
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(TargetDir)\unix-launcher.sh" DestinationFiles="$(PackageInternalPath)\Mono\StardewModdingAPI" />
|
||||
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(TargetDir)\unix-install.sh" DestinationFiles="$(PackagePath)\install.sh" />
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* Fixed console color scheme on Mac or in PowerShell, configurable via `StardewModdingAPI.config.json`.
|
||||
* Fixed detection of GOG Galaxy install path in rare cases.
|
||||
* Fixed install error on Linux/Mac in some cases.
|
||||
* Renamed `install.exe` to `install on Windows.exe` to avoid confusion.
|
||||
|
||||
* For modders:
|
||||
* Added code analysis to mod build config package to flag common issues as warnings.
|
||||
|
|
Loading…
Reference in New Issue