fix: cap copy android for icon assets

This commit is contained in:
2026-04-18 10:52:55 +08:00
parent 1beb696830
commit 937cea5f9d
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.