From e5bc00e7a25a98338dd6b3795d6d229a662ab004 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 18 Nov 2018 00:47:35 -0500 Subject: hide installer's bundled files to avoid confusion (#602) --- build/prepare-install-package.targets | 85 ++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 30 deletions(-) (limited to 'build') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 09114aee..127a8dd5 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -11,8 +11,8 @@ $(CompiledRootPath)\SMAPI $(CompiledRootPath)\SMAPI.Toolkit\net4.5 $(SolutionDir)\..\bin\Packaged - $(PackagePath)\internal\Windows - $(PackagePath)\internal\Mono + bundle.windows.zipped + bundle.mono.zipped @@ -22,38 +22,63 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + -- cgit From 48b9acb074967b03bdacff1fc357d4c8801ec1d6 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 18 Nov 2018 00:51:30 -0500 Subject: add build logic from the custom scripts (#602) --- build/prepare-install-package.targets | 51 ++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 6 deletions(-) (limited to 'build') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 127a8dd5..0b575d6f 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -10,9 +10,10 @@ $(SolutionDir)\..\bin\$(Configuration) $(CompiledRootPath)\SMAPI $(CompiledRootPath)\SMAPI.Toolkit\net4.5 - $(SolutionDir)\..\bin\Packaged - bundle.windows.zipped - bundle.mono.zipped + $(SolutionDir)\..\bin\SMAPI installer + $(SolutionDir)\..\bin\SMAPI installer for developers + windows + mono @@ -20,6 +21,7 @@ + @@ -27,7 +29,7 @@ - + @@ -52,11 +54,25 @@ - - + + + + + + + + + + + + + + + + @@ -81,4 +97,27 @@ + + + + + + + + + + + + + + + + + + -- cgit From e8fe550b753ced742c5084dbf851fc606ff90fb0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 18 Nov 2018 01:00:11 -0500 Subject: remove 0Harmony.pdb from build scripts (#602) The file isn't included in the new Harmony NuGet package. --- build/common.targets | 1 - build/prepare-install-package.targets | 1 - 2 files changed, 2 deletions(-) (limited to 'build') diff --git a/build/common.targets b/build/common.targets index 320b3e00..d9ad89f4 100644 --- a/build/common.targets +++ b/build/common.targets @@ -108,7 +108,6 @@ - diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 0b575d6f..5ba6ed37 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -38,7 +38,6 @@ - -- cgit From ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 18 Nov 2018 01:45:36 -0500 Subject: shorten bundle file names (#602) --- build/prepare-install-package.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 5ba6ed37..dd15fb52 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -62,12 +62,12 @@ - + - + -- cgit