diff --git a/src-tauri/template.wxs b/src-tauri/template.wxs
index f75480d..da6de7d 100644
--- a/src-tauri/template.wxs
+++ b/src-tauri/template.wxs
@@ -110,13 +110,13 @@
-
-
+
+
-
+
-
+
@@ -160,6 +160,7 @@
Value="1"
KeyPath="yes" />
+
diff --git a/src/App.svelte b/src/App.svelte
index be08b1a..b242b44 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -17,6 +17,12 @@
import { exit } from '@tauri-apps/api/process';
import { dataDir } from '@tauri-apps/api/path';
import { fetch } from '@tauri-apps/api/http';
+ const pub = `-----BEGIN PUBLIC KEY-----
+MIGeMA0GCSqGSIb3DQEBAQUAA4GMADCBiAKBgHggU4nE398eHvM8ZLVLkTBuScf5
+rIpqeeBdvwErxEYsAdrn55tgwN9t09BMJPapngGrbq+7K0g0nxyolZuBKwsv+8OE
+5ZIYC8k6t282bLYelDKmwHU+tfnMS80x5I/XIJXBkAtj2ZYgk0dCtqtsHZlyBUu2
+9wASD48oCaaEnre7AgMBAAE=
+-----END PUBLIC KEY-----`
async function main() {
const matches = await getMatches();
if (matches.args.first.value === false){