mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-21 13:19:17 +01:00
major refactoring, maybe some bugfixes, idk
This commit is contained in:
parent
0fe3f1cf25
commit
2dcd02d170
22 changed files with 997 additions and 949 deletions
|
|
@ -9,7 +9,7 @@ namespace MareSynchronos.Factories
|
|||
public FileCache Create(string file)
|
||||
{
|
||||
FileInfo fileInfo = new(file);
|
||||
string sha1Hash = Crypto.GetFileHash(fileInfo.FullName);
|
||||
var sha1Hash = Crypto.GetFileHash(fileInfo.FullName);
|
||||
return new FileCache()
|
||||
{
|
||||
Filepath = fileInfo.FullName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue