summaryrefslogtreecommitdiff
path: root/src/prepare-install-package.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-03 13:02:15 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-03 13:02:15 -0400
commitc84310dfebafd3085dc418f3620154f9934865de (patch)
treed71d47797d2b2ad13371b7f9d562aa3e097d330e /src/prepare-install-package.targets
parent482a91962ac02cf83c2647fd7e5ba8627bd0bb0b (diff)
parent0a2f7e52b9fc1e60fe491b8fd28cf8377f79290b (diff)
downloadSMAPI-c84310dfebafd3085dc418f3620154f9934865de.tar.gz
SMAPI-c84310dfebafd3085dc418f3620154f9934865de.tar.bz2
SMAPI-c84310dfebafd3085dc418f3620154f9934865de.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/prepare-install-package.targets')
-rw-r--r--src/prepare-install-package.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets
index 709bd8d4..ce257cc2 100644
--- a/src/prepare-install-package.targets
+++ b/src/prepare-install-package.targets
@@ -33,6 +33,9 @@
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\unix-launcher.sh" DestinationFiles="$(PackageInternalPath)\Mono\StardewModdingAPI" />
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\steam_appid.txt" DestinationFolder="$(PackageInternalPath)\Mono" />
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="@(CompiledMods)" DestinationFolder="$(PackageInternalPath)\Mono\Mods\%(RecursiveDir)" />
+
+ <!--copy Mono files needed by SMAPI on Linux/Mac -->
+ <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(SolutionDir)\..\lib\libgdiplus.dylib" DestinationFolder="$(PackageInternalPath)\Mono" />
<!-- copy SMAPI files for Windows -->
<Copy Condition="$(OS) == 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\Mono.Cecil.dll" DestinationFolder="$(PackageInternalPath)\Windows" />