From 62b7b33fddc5e4238f7ed65e05690a87e19f885e Mon Sep 17 00:00:00 2001 From: albertosottile Date: Fri, 27 Apr 2018 21:27:06 +0200 Subject: [PATCH] Fixed typo in AppVeyor --- .appveyor.yml | 2 -- buildInstaller.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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