Fixed typo in AppVeyor

This commit is contained in:
albertosottile 2018-04-27 21:27:06 +02:00
parent 8cd1d35958
commit 62b7b33fdd
2 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ install:
#- del build /s /Q
#- del dist /s /Q
- pyinstaller pyinstaller-onedir.spec
- cd dist
- python buildInstaller.py
- cd ..
# Not a project with an msbuild file, build done at install.
build: off

View File

@ -41,7 +41,7 @@ def get_nsis_path():
return bin_name
NSIS_COMPILE = get_nsis_path()
OUT_DIR = "Syncplay"
OUT_DIR = "dist\Syncplay"
SETUP_SCRIPT_PATH = "syncplay_setup.nsi"
NSIS_SCRIPT_TEMPLATE = r"""
!include LogicLib.nsh