Linked searches on empty equipment slots; better offerlist expanding

This commit is contained in:
Tyfon
2024-07-14 03:13:46 -07:00
parent 1cc6c6855a
commit 82025fee41
6 changed files with 109 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net471</TargetFramework>
<AssemblyName>Tyfon.UIFixes</AssemblyName>
<Description>SPT UI Fixes</Description>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Configurations>Debug;Release;Dist</Configurations>
@@ -95,8 +95,8 @@
if $(ConfigurationName) == Dist (
mkdir "$(ProjectDir)\dist\BepInEx\plugins"
xcopy /F /Y "$(TargetPath)" "$(ProjectDir)\dist\BepInEx\plugins\"
7z a -t7z Tyfon-UIFixes-$(Version).7z $(ProjectDir)\dist\BepInEx $(ProjectDir)\dist\user
move /Y Tyfon-UIFixes-$(Version).7z dist\
7z a -t7z $(TargetName.Replace(".", "-"))-$(Version).7z $(ProjectDir)\dist\BepInEx $(ProjectDir)\dist\user
move /Y $(TargetName.Replace(".", "-"))-$(Version).7z dist\
)' />
</Target>
</Project>