mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 03:39:26 +01:00
Switched to pseudo-semantic versioning, new updater code for manual downloading of udpates
This commit is contained in:
@@ -19,6 +19,11 @@ namespace Flowframes.IO
|
||||
|
||||
}
|
||||
|
||||
public static string GetVerPath()
|
||||
{
|
||||
return Path.Combine(GetDataPath(), "ver.ini");
|
||||
}
|
||||
|
||||
public static string GetDataPath ()
|
||||
{
|
||||
string path = Path.Combine(IOUtils.GetExeDir(), "FlowframesData");
|
||||
|
||||
Reference in New Issue
Block a user