Skip to content

Commit 4df0304

Browse files
Allow devtools to be shown (#38)
1 parent 6b561b6 commit 4df0304

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,4 @@ jobs:
8989
releaseId: ${{ env.RELEASE_ID }}
9090
releaseDraft: true
9191
prerelease: true
92-
includeDebug: true
9392
args: ${{ matrix.args }}

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"title": "WoWthing Sync",
6868
"decorations": true,
6969
"useHttpsScheme": true,
70-
"visible": false
70+
"visible": false,
71+
"devtools": true
7172
}
7273
],
7374
"withGlobalTauri": false,

0 commit comments

Comments
 (0)