Skip to content

Commit

Permalink
Fix/microsoft store release (#67)
Browse files Browse the repository at this point in the history
fix: webviewInstallMode as skip to pass the Microsoft Store publish

---------

Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll authored Jul 14, 2024
1 parent f79b325 commit f94fe04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dockit",
"private": true,
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"description": "A faster, better and more stable NoSQL desktop tools",
"author": "geekfun <[email protected]>",
"homepage": "ttps://dockit.geekfun.club",
Expand Down
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 f94fe04

Please sign in to comment.