We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51464b commit 5878a0eCopy full SHA for 5878a0e
3 files changed
RELEASE_NOTES/v0.1.82.md
@@ -0,0 +1 @@
1
+修复了加载权限的问题
package.json
@@ -1,7 +1,7 @@
{
2
"name": "ghostie",
3
"private": true,
4
- "version": "0.1.81",
+ "version": "0.1.82",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "ghostie",
"identifier": "com.wangenius.ghostie",
"build": {
"frontendDist": "../dist",
0 commit comments