Skip to content

Commit 9e809cf

Browse files
committed
updated command name
1 parent 06626dc commit 9e809cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"clean-target": "rm -rf ./src-tauri/target",
8-
"build:app:win64": "tauri build --target x86_64-pc-windows-msvc",
8+
"build:app:windows": "tauri build --target x86_64-pc-windows-msvc",
99
"build:app:silicon": "pnpm clean-target && tauri build --target aarch64-apple-darwin",
1010
"build:app:intell": "pnpm clean-target && tauri build --target x86_64-apple-darwin",
1111
"build:app:universal": "pnpm clean-target && tauri build --target universal-apple-darwin",

0 commit comments

Comments
 (0)