unsigned 编译通过
This commit is contained in:
parent
08b3655a38
commit
0f74602036
3818
package-lock.json
generated
3818
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -32,9 +32,9 @@ if [ "$VARIANT" = "release" ]; then
|
||||
# IBOARD_UPLOAD_KEY_ALIAS=iboard
|
||||
# IBOARD_UPLOAD_STORE_PASSWORD=...
|
||||
# IBOARD_UPLOAD_KEY_PASSWORD=...
|
||||
npx tauri android build --release
|
||||
npx tauri android build -- --release
|
||||
else
|
||||
npx tauri android build --debug
|
||||
npx tauri android build -- --debug
|
||||
fi
|
||||
|
||||
echo
|
||||
|
||||
@ -27,4 +27,4 @@ tauri = { version = "2", features = [] }
|
||||
# Tauri 的"自定义协议"模式让打包后的 webview 能从 tauri:// 加载资源
|
||||
# 用于生产构建, dev 模式不需要
|
||||
default = ["custom-protocol"]
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user