summaryrefslogtreecommitdiff
path: root/build/windows
AgeCommit message (Collapse)Author
2023-04-09embed debug symbols for Linux/macOS compatibilityJesse Plamondon-Willard
This fixes error stack traces not having line numbers on Linux/macOS.
2023-04-02Use more portable shebangsFreya Arbjerg
2022-10-09fix package errorJesse Plamondon-Willard
2022-10-08update installer for VdfConverter & rework avoid custom modelsJesse Plamondon-Willard
2022-06-28migrate update checks to FluentHttpClientJesse Plamondon-Willard
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread.
2022-05-31add backwards compatibility for mods using now-unused dependenciesJesse Plamondon-Willard
2022-05-31replace MemoryCache with custom cacheJesse Plamondon-Willard
This was causing significant frame stutters for some players since the migration to .NET 5 in Stardew Valley 1.5.5.
2022-05-01fix crossplatform build scriptsJesse Plamondon-Willard
2022-04-29set SMAPI version from main build scriptJesse Plamondon-Willard
2022-04-29enable some disabled steps in Windows build scriptJesse Plamondon-Willard
This simplifies preparing test Windows-only installers.
2022-03-05add Pintail to install package (#830)Jesse Plamondon-Willard
2021-12-05add Windows build process to fix application icon until .NET bug is fixedJesse Plamondon-Willard