Fix: windows powershell window (#228)

* chore: bump desktop package version to 0.1.30

* chore: increase Node.js memory limit for desktop build process

* chore: configure Node.js memory limit for desktop build

* update tauri-plugin-shellx, hide powershell window in whereIsCommand
This commit is contained in:
Huakun 2025-03-03 05:21:42 -05:00 committed by GitHub
parent 5fc99ca26c
commit a42d4d97eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 19 additions and 29 deletions

View file

@ -73,7 +73,7 @@
"svelte-sonner": "^0.3.28",
"tauri-api-adapter": "^0.3.23",
"tauri-plugin-network-api": "2.0.5",
"tauri-plugin-shellx-api": "^2.0.15",
"tauri-plugin-shellx-api": "^2.0.16",
"tauri-plugin-system-info-api": "2.0.8",
"valibot": "^1.0.0-beta.10"
},

View file

@ -62,7 +62,7 @@
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-shellx-api": "^2.0.15",
"tauri-plugin-shellx-api": "^2.0.16",
"typescript-eslint": "^8.20.0",
"zod": "^3.24.1"
},