mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-12 18:18:35 +00:00
Upgrade to MSI Installation and MSI based update
This commit is contained in:
@@ -15,7 +15,7 @@ namespace PckStudio
|
||||
{
|
||||
public static string baseurl = "https://www.pckstudio.xyz/studio/PCK/api/";
|
||||
public static string backurl = "https://raw.githubusercontent.com/PhoenixARC/pckstudio.tk/main/studio/PCK/api/";
|
||||
public static string Appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||
public static string Appdata = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "/PCK Studio/";
|
||||
public static bool IsDev = false;
|
||||
public static FormMain formMain;
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user