Romain Vimont
3281fda6ef
Set URL explicitly in dependency build scripts
...
Explicitly set the URL of each dependency at the beginning of its
script.
PROJECT_DIR and FILENAME are internal details.
2025-10-30 22:31:16 +01:00
Romain Vimont
925949d54a
Refactor dependency build scripts initialization
...
Rename "common" to "_init" because it not only exposes common functions
but also initializes environment variables.
Call _init in a single line in all dependency build scripts.
2025-10-30 22:27:17 +01:00
Romain Vimont
a79ddc35a7
Update platform-tools checksums
...
The release binaries of platform-tools_r36.0.0 have changed upstream.
Both releases versions are referenced from
<https://dl.google.com/android/repository/repository2-2.xml >
Refs #6214 <https://github.com/Genymobile/scrcpy/issues/6214 >
Refs <https://issuetracker.google.com/issues/431119334 >
2025-07-17 13:20:45 +02:00
Romain Vimont
ac16be54c8
Upgrade platform-tools (36.0.0)
2025-06-11 19:36:22 +02:00
Romain Vimont
a7efb180b9
Add script to release macOS static binary
...
Provide a prebuilt binary for macOS.
Fixes #1733 <https://github.com/Genymobile/scrcpy/issues/1733 >
Fixes #3235 <https://github.com/Genymobile/scrcpy/issues/3235 >
Fixes #4489 <https://github.com/Genymobile/scrcpy/issues/4489 >
Fixes #5327 <https://github.com/Genymobile/scrcpy/issues/5327 >
PR #5515 <https://github.com/Genymobile/scrcpy/pull/5515 >
Co-authored-by: Muvaffak Onus <me@muvaf.com >
2024-11-24 15:46:23 +01:00