Update __init__.py

This commit is contained in:
Etoh 2023-10-24 18:57:07 +01:00 committed by GitHub
parent 8f758c36e0
commit 12e0501d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ revision = ' release candidate 1'
milestone = 'Yoitsu'
release_number = '108'
projectURL = 'https://syncplay.pl/'
import sys
def isWindows():
return sys.platform.startswith("win")
@ -15,7 +16,6 @@ def doWindowsRedistCheck():
ctypes.windll.user32.MessageBoxW(0, '''Syncplay relies on the Microsoft Visual C++ Redistributable which is not installed.
It can be downloaded at https://aka.ms/vs/17/release/vc_redist.x86.exe
For more details see http://syncplay.pl/''', "Syncplay", 1)
import sys
sys.exit()
if isWindows():