We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d89ad8 commit 6bda441Copy full SHA for 6bda441
.github/workflows/release.yml
@@ -98,5 +98,4 @@ jobs:
98
releaseId: ${{ env.RELEASE_ID }}
99
releaseDraft: true
100
prerelease: true
101
- includeDebug: true
102
args: ${{ matrix.args }}
src-tauri/tauri.conf.json
@@ -67,8 +67,7 @@
67
"title": "WoWthing Sync",
68
"decorations": true,
69
"useHttpsScheme": true,
70
- "visible": false,
71
- "devtools": true
+ "visible": false
72
}
73
],
74
"withGlobalTauri": false,
0 commit comments