diff options
author | Jose <jose@zeroc.com> | 2017-06-19 11:26:40 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-19 11:26:40 +0200 |
commit | 41388507fa123157f0b5a14aa07e41967d114df1 (patch) | |
tree | 7c2589de29486f0b83b71694a2a2aaf4b01a0e97 /scripts/Util.py | |
parent | Fixed ICE-8094 & ICE-8099 - IceBT build system fixes (diff) | |
download | ice-41388507fa123157f0b5a14aa07e41967d114df1.tar.bz2 ice-41388507fa123157f0b5a14aa07e41967d114df1.tar.xz ice-41388507fa123157f0b5a14aa07e41967d114df1.zip |
Remove extra files from NuGet packages
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index de48cfdb058..f0d854a3da1 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -319,10 +319,10 @@ class Windows(Platform): else: # - # With Windows binary distribution Glacier2 and IcePatch2 binaries are only included - # for Release configuration. + # With Windows binary distribution some binaries are only included for Release configuration. # - binaries = [Glacier2Router, IcePatch2Calc, IcePatch2Client, IcePatch2Server] + binaries = [Glacier2Router, IcePatch2Calc, IcePatch2Client, IcePatch2Server, IceBoxAdmin, IceBridge, + IceBridgeAdmin, IceStormAdmin] config = next(("Release" for p in binaries if isinstance(process, p)), config) return os.path.join("build", "native", "bin", platform, config) |