mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
feat(android): android internal testing (#8577)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { join } from 'node:path';
|
||||
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
@@ -6,6 +8,13 @@ const config: CapacitorConfig = {
|
||||
webDir: 'dist',
|
||||
android: {
|
||||
path: 'App',
|
||||
buildOptions: {
|
||||
keystorePath: join(__dirname, 'affine.keystore'),
|
||||
keystorePassword: process.env.AFFINE_ANDROID_KEYSTORE_PASSWORD,
|
||||
keystoreAlias: 'key0',
|
||||
keystoreAliasPassword: process.env.AFFINE_ANDROID_KEYSTORE_ALIAS_PASSWORD,
|
||||
releaseType: 'AAB',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user