From d78c1a48a9d93ddfb04326048df998e3a6ba7664 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Tue, 17 Dec 2024 00:06:03 -0500 Subject: [PATCH] Add windows-specific configuration --- src-tauri/tauri.windows.conf.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src-tauri/tauri.windows.conf.json diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json new file mode 100644 index 0000000..2dba257 --- /dev/null +++ b/src-tauri/tauri.windows.conf.json @@ -0,0 +1,3 @@ +{ + "version": "0.6.3.0" +} \ No newline at end of file