make zip unpacking and saving data to storage
This commit is contained in:
parent
c6a0b39ded
commit
297a784956
7 changed files with 78 additions and 12 deletions
7
MetaforceInstaller.Core/Defaults.cs
Normal file
7
MetaforceInstaller.Core/Defaults.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace MetaforceInstaller.Core;
|
||||
|
||||
public static class Defaults
|
||||
{
|
||||
public static readonly string StoragePath =
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + Path.DirectorySeparatorChar + "MetaforceInstaller";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue