Skip to content

Commit 6bda441

Browse files
Remove debug and dev tools (#40)
1 parent 3d89ad8 commit 6bda441

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,4 @@ jobs:
9898
releaseId: ${{ env.RELEASE_ID }}
9999
releaseDraft: true
100100
prerelease: true
101-
includeDebug: true
102101
args: ${{ matrix.args }}

src-tauri/tauri.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"title": "WoWthing Sync",
6868
"decorations": true,
6969
"useHttpsScheme": true,
70-
"visible": false,
71-
"devtools": true
70+
"visible": false
7271
}
7372
],
7473
"withGlobalTauri": false,

0 commit comments

Comments
 (0)