summaryrefslogtreecommitdiff
path: root/build/find-game-folder.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-18 23:29:05 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:11:25 -0400
commit6a951d29aed01b552b7efd17456d020a2c5da15f (patch)
tree8ed3a42b727280eb1a97467f9029e9d989ec10ef /build/find-game-folder.targets
parentb3e4162f7cb4d855f7c36def4657209cbd18ba52 (diff)
downloadSMAPI-6a951d29aed01b552b7efd17456d020a2c5da15f.tar.gz
SMAPI-6a951d29aed01b552b7efd17456d020a2c5da15f.tar.bz2
SMAPI-6a951d29aed01b552b7efd17456d020a2c5da15f.zip
add $(GameExecutableName) to mod build package
Diffstat (limited to 'build/find-game-folder.targets')
-rw-r--r--build/find-game-folder.targets6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/find-game-folder.targets b/build/find-game-folder.targets
index a3c3f67b..f304d841 100644
--- a/build/find-game-folder.targets
+++ b/build/find-game-folder.targets
@@ -38,4 +38,10 @@
</PropertyGroup>
</When>
</Choose>
+
+ <!-- set game metadata -->
+ <PropertyGroup>
+ <GameExecutableName>Stardew Valley</GameExecutableName>
+ <GameExecutableName Condition="$(OS) != 'Windows_NT'">StardewValley</GameExecutableName>
+ </PropertyGroup>
</Project>