diff --git a/.appveyor.yml b/.appveyor.yml index df31a8f..d4b9b93 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/buildInstaller.py b/buildInstaller.py index 0b91b9c..73560ce 100644 --- a/buildInstaller.py +++ b/buildInstaller.py @@ -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