Skip to content

Commit

Permalink
fix: set webviewInstallMode as skip to pass the microsoft store publish
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jul 10, 2024
1 parent 34975d3 commit 4690fbf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
],
"windows": {
"webviewInstallMode": {
"type": "skip"
}
}
}
}
}

0 comments on commit 4690fbf

Please sign in to comment.