diff --git a/.gitignore b/.gitignore index bdf7595..5789ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Plugin/*.user /Plugin/obj /Plugin/bin +/Aerostats.zip diff --git a/Parts/Balloon/balloon.cfg b/Parts/HeliumBalloon/heliumBalloon.cfg similarity index 92% rename from Parts/Balloon/balloon.cfg rename to Parts/HeliumBalloon/heliumBalloon.cfg index 8552083..d63fcf7 100644 --- a/Parts/Balloon/balloon.cfg +++ b/Parts/HeliumBalloon/heliumBalloon.cfg @@ -1,6 +1,6 @@ PART { - name = balloon + name = heliumBalloon module = Part author = Youen mesh = model.mu diff --git a/Parts/Balloon/model.mu b/Parts/HeliumBalloon/model.mu similarity index 100% rename from Parts/Balloon/model.mu rename to Parts/HeliumBalloon/model.mu diff --git a/Parts/Balloon/model000.dds b/Parts/HeliumBalloon/model000.dds similarity index 100% rename from Parts/Balloon/model000.dds rename to Parts/HeliumBalloon/model000.dds diff --git a/Parts/Balloon/model001.dds b/Parts/HeliumBalloon/model001.dds similarity index 100% rename from Parts/Balloon/model001.dds rename to Parts/HeliumBalloon/model001.dds diff --git a/Plugin/Aerostats.csproj b/Plugin/Aerostats.csproj index 7fb0b2b..c74cc1a 100644 --- a/Plugin/Aerostats.csproj +++ b/Plugin/Aerostats.csproj @@ -52,6 +52,9 @@ + + if $(ConfigurationName)==Release ("$(ProjectDir)..\build\build-package.bat") +