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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user