1 Commits

Author SHA1 Message Date
937cea5f9d fix: cap copy android for icon assets 2026-04-18 10:52:55 +08:00
2 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN npm run build && npx cap add android && npx cap sync android RUN npm run build && npx cap add android && npx cap copy android && npx cap sync android
WORKDIR /workspace/android WORKDIR /workspace/android
RUN chmod +x gradlew RUN chmod +x gradlew

BIN
十二章服饰.apk Normal file

Binary file not shown.