You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorCondition="!Exists('$(GamePath)')"Text="The mod build package can't find your game folder. You can specify where to find it; see https://smapi.io/package/custom-game-path."ContinueOnError="false" />
74
-
<ErrorCondition="!Exists('$(GamePath)\$(GameExecutableName).dll')"Text="The mod build package found a game folder at $(GamePath), but it doesn't contain the $(GameExecutableName) file. If this folder is invalid, delete it and the package will autodetect another game install path."ContinueOnError="false" />
74
+
<ErrorCondition="!Exists('$(GamePath)\Stardew Valley.dll')"Text="The mod build package found a game folder at $(GamePath), but it doesn't contain the Stardew Valley file. If this folder is invalid, delete it and the package will autodetect another game install path."ContinueOnError="false" />
75
75
<ErrorCondition="!Exists('$(GamePath)\StardewModdingAPI.dll')"Text="The mod build package found a game folder at $(GamePath), but it doesn't contain SMAPI. You need to install SMAPI before building the mod."ContinueOnError="false" />
76
76
77
77
<!-- invalid target architecture (note: internal value is 'AnyCPU', value shown in Visual Studio is 'Any CPU') -->
0 commit comments