mirror of https://github.com/Syncplay/syncplay
parent
fc311d83fb
commit
8f758c36e0
|
@ -15,6 +15,7 @@ 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