From fe6c4be707c303cada92055162afc02ea2cdf5ff Mon Sep 17 00:00:00 2001 From: SushiDesigner <54828677+SushiDesigner@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:46:23 -0600 Subject: [PATCH] fix it up --- src-tauri/template.wxs | 9 +++++---- src/App.svelte | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) 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){