diff --git a/src-tauri/template.wxs b/src-tauri/template.wxs
index 6077d44..f75480d 100644
--- a/src-tauri/template.wxs
+++ b/src-tauri/template.wxs
@@ -110,8 +110,8 @@
-
-
+
+
diff --git a/src/App.svelte b/src/App.svelte
index 8cce343..9be3da9 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -25,7 +25,7 @@
exit(1);
}
var url_to_open = matches.args.first.value[1]
- url_to_open = url_to_open.replace("meteorite-new://","")
+ url_to_open = url_to_open.replace("meteorite-launch://","")
url_to_open = url_to_open.replace('/',"")
url_to_open = url_to_open.split('[') // this will turn it into a array so we can have auth and placeid different
let dataDirPath = await dataDir();