summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-17 20:11:30 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:44 -0500
commit7c5c63d6846d93f772dfda37f394b5f501f49f25 (patch)
tree186cc8ad0cf19a0b3b7653b1caf70f89e38a9472 /build
parentf6479ea2b61ebcc4eda434d7d5cb664534a99801 (diff)
downloadSMAPI-7c5c63d6846d93f772dfda37f394b5f501f49f25.tar.gz
SMAPI-7c5c63d6846d93f772dfda37f394b5f501f49f25.tar.bz2
SMAPI-7c5c63d6846d93f772dfda37f394b5f501f49f25.zip
fix SMAPI not working on macOS, improve installer validation
Diffstat (limited to 'build')
-rw-r--r--build/prepare-install-package.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets
index dd28266d..ef5624ad 100644
--- a/build/prepare-install-package.targets
+++ b/build/prepare-install-package.targets
@@ -38,8 +38,6 @@
<Copy SourceFiles="$(TargetDir)\assets\README.txt" DestinationFolder="$(PackagePath)" />
<Copy SourceFiles="$(TargetDir)\assets\windows-exe-config.xml" DestinationFiles="$(PackagePath)\internal\$(PlatformName)\install.exe.config" Condition="$(PlatformName) == 'windows'" />
<Copy SourceFiles="$(TargetDir)\$(TargetName).dll" DestinationFolder="$(PackagePath)\internal\$(PlatformName)" />
- <Copy SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFiles="$(PackagePath)\internal\$(PlatformName)\install.exe" Condition="$(PlatformName) == 'windows'" />
- <Copy SourceFiles="$(TargetDir)\$(TargetName)" DestinationFiles="$(PackagePath)\internal\$(PlatformName)\install" Condition="$(PlatformName) != 'windows'" />
<Copy SourceFiles="$(TargetDir)\$(TargetName).runtimeconfig.json" DestinationFolder="$(PackagePath)\internal\$(PlatformName)" />
<!--copy bundle files-->