Merge pull request #5839 from menloresearch/fix/appimage-url-with-latest-tauri-cli

fix: update @taur-apps/cli to newest verison to fix appimage download
This commit is contained in:
Nguyen Ngoc Minh 2025-07-21 03:41:27 -07:00 committed by GitHub
commit 275cab7538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
"prepare": "husky" "prepare": "husky"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^2.2.5", "@tauri-apps/cli": "^2.7.0",
"@vitest/coverage-v8": "^3.1.3", "@vitest/coverage-v8": "^3.1.3",
"concurrently": "^9.1.0", "concurrently": "^9.1.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",