unsigned 编译通过

This commit is contained in:
cheney 2026-08-03 17:52:58 +08:00 committed by Cheney
parent 08b3655a38
commit 0f74602036
3 changed files with 3497 additions and 327 deletions

3818
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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