-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add missing zstd libs * Fix extraction failure when some paths exceed the 255 character limit (#20) * Fix extraction failure when some paths exceed the 255 character limit * Update MainWindow.xaml.cs formatting * use string.format and log the error * working solution * updated libs * updated hashtable reader * better hash generation 1 * better hash generation 2 * fixed a bug with file adding * 2.1 assembly info * new fantome lib * correct fantome lib * working create from directory * new fantome * packed bin files * working create from direcotry, bin file packing
- Loading branch information
Showing
10 changed files
with
182 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<windowsSettings> | ||
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> | ||
</windowsSettings> | ||
</application> | ||
</assembly> |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="log4net" version="2.0.8" targetFramework="net47" /> | ||
<package id="MaterialDesignColors" version="1.1.3" targetFramework="net462" /> | ||
<package id="MaterialDesignThemes" version="2.3.1.953" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net462" /> | ||
<package id="MaterialDesignColors" version="1.2.0" targetFramework="net462" /> | ||
<package id="MaterialDesignThemes" version="2.6.0" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net462" /> | ||
</packages> |
Binary file not shown.
Binary file not shown.