Skip to content

Commit cf52f11

Browse files
committed
Merge branch 'release/1.0.13'
2 parents 1baf84b + 6196b90 commit cf52f11

6 files changed

Lines changed: 41 additions & 921 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ FROM node:24.13-trixie-slim AS main-builder
3838
WORKDIR /usr/src/app
3939
COPY . .
4040
RUN npm install --ignore-scripts && \
41-
npx fetch-scrcpy-server 3.1 && \
4241
npm run scrcpy && \
4342
npm run build:setup && \
4443
npm run build:client && \
@@ -82,4 +81,4 @@ RUN npm ci --omit=dev --ignore-scripts
8281
RUN npm rebuild frida
8382
RUN chmod +x run.sh
8483

85-
ENTRYPOINT ["./run.sh"]
84+
ENTRYPOINT ["./run.sh"]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ npm rebuild frida
208208
# Build companion app
209209
npm run companion
210210
# Get scrcpy
211-
npx fetch-scrcpy-server 3.1
212211
npm run scrcpy
213212
```
214213

0 commit comments

Comments
 (0)