Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,354
Widok
0
09/07/2018 10:06 pm
Topic starter
The mod build package found a game folder at PATH but it doesn't contain SMAPI. You need to install SMAPI before building the mod.
1 Answer
0
09/07/2018 10:06 pm
Topic starter
1. open MYPROJECT.csproj file
2. inside tag PROJECT add
<PropertyGroup> <GamePath>C:MYGAMEPATH</GamePath> </PropertyGroup>