Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authormikeller <github@ike.ch>2020-03-19 13:40:29 +0300
committermikeller <github@ike.ch>2020-03-19 14:34:32 +0300
commit0a43465ace1453de9a506beaf88fc4c987e0a011 (patch)
tree9f31962e9ae0b37558d5ff6af84bdd460e9b3a38 /assets
parent4eda5f852f4fe2038d8abec38cd2cf548e4be106 (diff)
Added debug-release build for installers with debug console, changed Azure jobs to build them.
Diffstat (limited to 'assets')
-rw-r--r--assets/windows/installer.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/windows/installer.nsi b/assets/windows/installer.nsi
index c8b38c22..a7452a58 100644
--- a/assets/windows/installer.nsi
+++ b/assets/windows/installer.nsi
@@ -7,9 +7,10 @@
# ${VERSION} - Version to generate (x.y.z)
# ${PLATFORM} - Platform to generate (win32 or win64)
# ${DEST_FOLDER} - Destination folder for the installer files
+# ${SOURCE_FOLDER} - Source folder for the application files
# Some definitions
-!define SOURCE_FILES "..\..\apps\betaflight-configurator\${PLATFORM}\*"
+!define SOURCE_FILES "..\..\${SOURCE_FOLDER}\betaflight-configurator\${PLATFORM}\*"
!define APP_NAME "Betaflight Configurator"
!define COMPANY_NAME "The Betaflight open source project."
!define GROUP_NAME "Betaflight"