Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju authored Mar 26, 2020
2 parents b3e105c + a907e87 commit 5eae11f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
patreon: srevinsaju
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
![Twitter Follow](https://img.shields.io/twitter/follow/srevinsaju?style=social)
![GitHub followers](https://img.shields.io/github/followers/srevinsaju?label=srevin%20Saju&style=social)

> **IMPORTANT** : `guiscrcpy` is a free and open source android screen mirroring system. The work on guiscrcpy is driven by
the interest of users into it. Please feel free to let you know your thanks if this software helped you a lot, or if you like
some more features to be included, and paticularly ...

[![Become a Patron](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/srevinsaju?fan_landing=true)

For beta Windows compiled executables, click
![Windows Executable](https://github.com/srevinsaju/guiscrcpy/workflows/Windows%20Executable/badge.svg)
and download the artifact.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def gen_version():
v = gen_version()
except Exception as e:
print("WARNING: {}".format(e))
v = "3.4.x.src.dev"
v = "3.5.x.src.dev"


requirements = ['PyQt5==5.14.1', 'psutil', 'pynput', 'gitpython']
Expand Down
56 changes: 28 additions & 28 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(6, 1, 7601, 17514),
prodvers=(6, 1, 7601, 17514),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Srevin Saju'),
StringStruct(u'FileDescription', u'guiscrcpy: Open Source Android Screen Mirroring System'),
StringStruct(u'FileVersion', u'3.4'),
StringStruct(u'InternalName', u'guiscrcpy'),
StringStruct(u'LegalCopyright', u'\xa9 Srevin Saju. (c) under GNU GPL v3.'),
StringStruct(u'OriginalFilename', u'guiscrcpy.exe'),
StringStruct(u'ProductName', u'guiscrcpy'),
StringStruct(u'ProductVersion', u'3.4')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(6, 1, 7601, 17514),
prodvers=(6, 1, 7601, 17514),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Srevin Saju'),
StringStruct(u'FileDescription', u'guiscrcpy: Open Source Android Screen Mirroring System'),
StringStruct(u'FileVersion', u'3.5'),
StringStruct(u'InternalName', u'guiscrcpy'),
StringStruct(u'LegalCopyright', u'\xa9 Srevin Saju. (c) under GNU GPL v3.'),
StringStruct(u'OriginalFilename', u'guiscrcpy.exe'),
StringStruct(u'ProductName', u'guiscrcpy'),
StringStruct(u'ProductVersion', u'3.5')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)

0 comments on commit 5eae11f

Please sign in to comment.