mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
[OP-759] More installer renames
OpenPilot-20121211-15ef4d9f-win32.exe OpenPilot-20121211-15ef4d9f-amd64.deb OpenPilot-20121211-15ef4d9f-i386.deb OpenPilot-20121211-15ef4d9f-osx.dmg
This commit is contained in:
parent
fc5381dc84
commit
e8f9a5b505
@ -6,7 +6,7 @@
|
|||||||
# more variables
|
# more variables
|
||||||
APP_PATH="${BUILD_DIR}/ground/openpilotgcs/bin/OpenPilot GCS.app"
|
APP_PATH="${BUILD_DIR}/ground/openpilotgcs/bin/OpenPilot GCS.app"
|
||||||
TEMP_FILE="${PACKAGE_DIR}/OpenPilot-temp.dmg"
|
TEMP_FILE="${PACKAGE_DIR}/OpenPilot-temp.dmg"
|
||||||
OUT_FILE="${PACKAGE_DIR}/${PACKAGE_NAME}${PACKAGE_SEP}${PACKAGE_LBL}.dmg"
|
OUT_FILE="${PACKAGE_DIR}/../${PACKAGE_NAME}${PACKAGE_SEP}${PACKAGE_LBL}${PACKAGE_SEP}osx.dmg"
|
||||||
VOL_NAME="OpenPilot"
|
VOL_NAME="OpenPilot"
|
||||||
|
|
||||||
# prepare the stage
|
# prepare the stage
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
!define PACKAGE_SEP "${PACKAGE_SEP}"
|
!define PACKAGE_SEP "${PACKAGE_SEP}"
|
||||||
!define PACKAGE_DIR "..\..\build\package-$${PACKAGE_LBL}"
|
!define PACKAGE_DIR "..\..\build\package-$${PACKAGE_LBL}"
|
||||||
!define FIRMWARE_DIR "firmware-$${PACKAGE_LBL}"
|
!define FIRMWARE_DIR "firmware-$${PACKAGE_LBL}"
|
||||||
!define OUT_FILE "$${PACKAGE_NAME}$${PACKAGE_SEP}$${PACKAGE_LBL}$${PACKAGE_SEP}install.exe"
|
!define OUT_FILE "$${PACKAGE_NAME}$${PACKAGE_SEP}$${PACKAGE_LBL}$${PACKAGE_SEP}win32.exe"
|
||||||
|
|
||||||
; Installer version info
|
; Installer version info
|
||||||
!define PRODUCT_VERSION "0.0.0.0"
|
!define PRODUCT_VERSION "0.0.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user