mirror of https://github.com/Syncplay/syncplay
Update __init__.py
This commit is contained in:
parent
8f758c36e0
commit
12e0501d44
|
@ -3,6 +3,7 @@ revision = ' release candidate 1'
|
||||||
milestone = 'Yoitsu'
|
milestone = 'Yoitsu'
|
||||||
release_number = '108'
|
release_number = '108'
|
||||||
projectURL = 'https://syncplay.pl/'
|
projectURL = 'https://syncplay.pl/'
|
||||||
|
import sys
|
||||||
|
|
||||||
def isWindows():
|
def isWindows():
|
||||||
return sys.platform.startswith("win")
|
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.
|
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
|
It can be downloaded at https://aka.ms/vs/17/release/vc_redist.x86.exe
|
||||||
For more details see http://syncplay.pl/''', "Syncplay", 1)
|
For more details see http://syncplay.pl/''', "Syncplay", 1)
|
||||||
import sys
|
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if isWindows():
|
if isWindows():
|
||||||
|
|
Loading…
Reference in New Issue