diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 00:56:08 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 00:56:08 -0400 |
| commit | f83a3bf7a44b41efd1c4b8d1426400b94668deae (patch) | |
| tree | d89aebac8b587dfdfe195d68936c6f847f89b5c3 /src | |
| parent | 75dfa884d99a778e694d2712ff70efac5e26725f (diff) | |
| download | SMAPI-f83a3bf7a44b41efd1c4b8d1426400b94668deae.tar.gz SMAPI-f83a3bf7a44b41efd1c4b8d1426400b94668deae.tar.bz2 SMAPI-f83a3bf7a44b41efd1c4b8d1426400b94668deae.zip | |
fix references to removed file
Diffstat (limited to 'src')
| -rw-r--r-- | src/SMAPI.Installer/InteractiveInstaller.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/InteractiveInstaller.cs b/src/SMAPI.Installer/InteractiveInstaller.cs index 5249355b..64dcc00e 100644 --- a/src/SMAPI.Installer/InteractiveInstaller.cs +++ b/src/SMAPI.Installer/InteractiveInstaller.cs @@ -87,7 +87,6 @@ namespace StardewModdingApi.Installer yield return GetInstallPath("StardewModdingAPI.exe"); yield return GetInstallPath("StardewModdingAPI.config.json"); yield return GetInstallPath("StardewModdingAPI.metadata.json"); - yield return GetInstallPath("StardewModdingAPI.Internal.dll"); yield return GetInstallPath("System.ValueTuple.dll"); yield return GetInstallPath("steam_appid.txt"); |
