Disable IGZ because it keeps breaking
This commit is contained in:
parent
dceb4a93cd
commit
0e65b17e48
@ -361,7 +361,7 @@ namespace FirstPlugin
|
||||
Formats.Add(typeof(G1T));
|
||||
Formats.Add(typeof(BFLYT));
|
||||
Formats.Add(typeof(ZSI));
|
||||
Formats.Add(typeof(IGZ));
|
||||
// Formats.Add(typeof(IGZ));
|
||||
|
||||
//Unfinished wip formats not ready for use
|
||||
if (Runtime.DEVELOPER_DEBUG_MODE)
|
||||
|
@ -393,6 +393,9 @@
|
||||
<Content Include="Lib\LibTennis.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Lib\Licenses\7ZIP LZMA LICENSE.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Lib\Licenses\Assimp COPYRIGHT.txt" />
|
||||
<Content Include="Lib\Licenses\ImageBox COPYRIGHT.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user