Commit Graph

15 Commits (48c2c030938a87426ce8e5e7e1f26b8f059d1932)

Author SHA1 Message Date
Romain Vimont af57309074 Bump version to 2.4 7 months ago
Romain Vimont 40f2560d98 Bump version to 2.3.1 10 months ago
Romain Vimont 5f3fb843f5 Bump version to 2.3
The previous version bump to 2.2 was incorrect, it was updated by:

    ./bump_version v2.2

instead of:

    ./bump_version 2.2

Correctly bump to version 2.3.

Refs #4433 <https://github.com/Genymobile/scrcpy/issues/4433#issuecomment-1816830875>
10 months ago
Romain Vimont c3c7bf7af3 Bump version to v2.2 11 months ago
Romain Vimont d391fc3b69 Bump version to 2.1.1 1 year ago
Romain Vimont 2dab1f7024 Bump version to 2.1 1 year ago
Romain Vimont f1b2d6bbbb Bump version to 2.0 2 years ago
Romain Vimont fe21158c20 Bump version to 1.25 2 years ago
Romain Vimont ef13d394fd Bump version to 1.24 2 years ago
Romain Vimont 7deccef1c2 Bump version to 1.23 3 years ago
Romain Vimont 36c75e15b8 Move data/ to app/
The files in data/ are specific to the client app (not the server).

This also avoids to reference the parent directory (../) from
app/meson.build.

Refs 8d583d36e2
3 years ago
Romain Vimont 64a09513ae Bump version to 1.22 3 years ago
Romain Vimont ad11c5babb Set DPI awareness for Windows
Add a windows manifest to set the DPI awareness by default:
<https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process>

Refs #40 <https://github.com/Genymobile/scrcpy/issues/40>
Fixes #2865 <https://github.com/Genymobile/scrcpy/issues/2865>
3 years ago
Romain Vimont 29570ee819 Add metadata to scrcpy.exe for Windows
Refs <https://stackoverflow.com/a/708382/1987178>
3 years ago
Romain Vimont cfcbc2ac21 Add icon to scrcpy.exe
The icon will be associated to scrcpy.exe in the Windows explorer.

The .ico was created using imagemagick:

    convert icon.png icon.ico

It is included as a binary for simplicity.

Refs #2815 <https://github.com/Genymobile/scrcpy/issues/2815>
3 years ago