From 80b9a5871bc40dc0fd2a16340780280d37fd9818 Mon Sep 17 00:00:00 2001 From: Caleb <3040113+calebsmithdev@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:23:41 -0500 Subject: [PATCH] Remove debug and dev tools --- .github/workflows/release.yml | 1 - src-tauri/tauri.conf.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5312898..62e5e8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,5 +98,4 @@ jobs: releaseId: ${{ env.RELEASE_ID }} releaseDraft: true prerelease: true - includeDebug: true args: ${{ matrix.args }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 436b378..46c0c92 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,8 +67,7 @@ "title": "WoWthing Sync", "decorations": true, "useHttpsScheme": true, - "visible": false, - "devtools": true + "visible": false } ], "withGlobalTauri": false,