From e9e71f5e5eca8c1f68aa801e8bf672a10dafa8ba Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 25 Dec 2017 20:46:44 +0000 Subject: [PATCH] Update buildPy2exe.py --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index f08a237..6b2100c 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