fix: tauri auto updater url

This commit is contained in:
Yidadaa
2023-06-30 01:15:01 +08:00
parent be4834688d
commit 1e8d4763bb
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"license": "mit",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "cross-env BUILD_MODE=standalone next build",
"start": "next start",
"lint": "next lint",
"export": "cross-env BUILD_MODE=export BUILD_APP=1 yarn build",