From 285c0448fd6f8c90fa05dc668dd27f452fa513ab Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 28 Jul 2017 00:10:32 -0400 Subject: add option to create release zip files (Windows-only) CodeTaskFactory doesn't seem to be available on Linux/Mac. --- build/smapi.targets | 104 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 87 insertions(+), 17 deletions(-) (limited to 'build/smapi.targets') diff --git a/build/smapi.targets b/build/smapi.targets index d95fa887..b9f7e98e 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -1,6 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + @@ -30,9 +92,10 @@ - + + @@ -95,8 +158,12 @@ + + @@ -110,27 +177,30 @@ - - + + $(GamePath)\Mods\$(DeployModFolderName) - $(ProjectDir)\manifest.json + - + + - + - + + + + + - - - - - + + + -- cgit