1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Companion installer new name

This commit is contained in:
bsongis 2014-08-16 21:26:05 +02:00
parent c373642686
commit 2d43ecdd05

View file

@ -70,10 +70,10 @@
#ifdef __APPLE__
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-macosx.stamp"
#define C9X_INSTALLER "/CompanionMacUpdate.%1.pkg.zip"
#define C9X_INSTALLER "/companion-macosx-%1.dmg"
#else
#define C9X_STAMP OPENTX_COMPANION_DOWNLOADS "/companion-windows.stamp"
#define C9X_INSTALLER "/companionInstall_%1.exe"
#define C9X_INSTALLER "/companion-windows-%1.exe"
#endif
#if defined WIN32 || !defined __GNUC__