From 3f7c9d2e76ba338ae7798a350671600c6b0c3e1d Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 25 Dec 2017 20:43:36 +0000 Subject: [PATCH] Remove spaces from Syncplay setup --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index db4dbaa..f08a237 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -61,7 +61,7 @@ NSIS_SCRIPT_TEMPLATE = r""" Unicode true Name "Syncplay $version" - OutFile "Syncplay $version Setup.exe" + OutFile "Syncplay-$version-Setup.exe"" InstallDir $$PROGRAMFILES\Syncplay RequestExecutionLevel admin XPStyle on