diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9d4faec3..34e46b4b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -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 diff --git a/README.md b/README.md index 24f096a8..432144ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 26931a6d..49f35874 100755 --- a/setup.py +++ b/setup.py @@ -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'] diff --git a/version.txt b/version.txt index 428acdd6..e967654f 100644 --- a/version.txt +++ b/version.txt @@ -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])]) + ] +)