summaryrefslogtreecommitdiffstats
path: root/src/launcher/constants.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-18 23:47:48 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-18 23:47:48 -0600
commitcd8bf1667494070c3a22ab5d63b559a9742b8a1a (patch)
tree6f93f0c0fbdccfa18733499845a8bc7c298c402f /src/launcher/constants.rs
parentbuilding classpath (diff)
more stuff
Diffstat (limited to 'src/launcher/constants.rs')
-rw-r--r--src/launcher/constants.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/launcher/constants.rs b/src/launcher/constants.rs
index a0ef036..ec7d6ba 100644
--- a/src/launcher/constants.rs
+++ b/src/launcher/constants.rs
@@ -13,6 +13,9 @@ pub const URL_JRE_MANIFEST: &str = "https://launchermeta.mojang.com/v1/products/
pub const NATIVES_PREFIX: &str = "natives-";
+pub const DEF_INSTANCE_NAME: &'static str = "default";
+pub const DEF_PROFILE_NAME: &'static str = "default";
+
lazy_static! {
pub static ref NATIVES_DIR_PATTERN: Regex = Regex::new("^natives-(\\d+)").unwrap();
} \ No newline at end of file