mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
Compare commits
2 commits
f31db7f526
...
f4a9fb55eb
Author | SHA1 | Date | |
---|---|---|---|
|
f4a9fb55eb | ||
|
8ea03bf11e |
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -32,7 +32,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
|
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
|
||||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||||
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4063" />
|
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4085" />
|
||||||
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -175,6 +175,7 @@ tasks.register<Zip>("buildZip") {
|
||||||
into("$friendlyName/Source/${rootProject.name}") {
|
into("$friendlyName/Source/${rootProject.name}") {
|
||||||
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
|
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
|
||||||
excludes.add("**/obj/**")
|
excludes.add("**/obj/**")
|
||||||
|
excludes.add("**/bin/**")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue