We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b561b6 commit 4df0304Copy full SHA for 4df0304
2 files changed
.github/workflows/release.yml
@@ -89,5 +89,4 @@ jobs:
89
releaseId: ${{ env.RELEASE_ID }}
90
releaseDraft: true
91
prerelease: true
92
- includeDebug: true
93
args: ${{ matrix.args }}
src-tauri/tauri.conf.json
@@ -67,7 +67,8 @@
67
"title": "WoWthing Sync",
68
"decorations": true,
69
"useHttpsScheme": true,
70
- "visible": false
+ "visible": false,
71
+ "devtools": true
72
}
73
],
74
"withGlobalTauri": false,
0 commit comments