mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Companion installer new name
This commit is contained in:
parent
c373642686
commit
2d43ecdd05
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-macosx.stamp"
|
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-macosx.stamp"
|
||||||
#define C9X_INSTALLER "/CompanionMacUpdate.%1.pkg.zip"
|
#define C9X_INSTALLER "/companion-macosx-%1.dmg"
|
||||||
#else
|
#else
|
||||||
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-windows.stamp"
|
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-windows.stamp"
|
||||||
#define C9X_INSTALLER "/companionInstall_%1.exe"
|
#define C9X_INSTALLER "/companion-windows-%1.exe"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined WIN32 || !defined __GNUC__
|
#if defined WIN32 || !defined __GNUC__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue