Pier Angelo Vendrame pushed to branch tor-browser-102.11.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
ff98f1b1
by Pier Angelo Vendrame at 2023-05-11T11:15:17+02:00
1 changed file:
Changes:
| ... | ... | @@ -64,16 +64,6 @@ static LazyLogModule sUpdateLog("updatedriver"); |
| 64 | 64 | #endif
|
| 65 | 65 | #define LOG(args) MOZ_LOG(sUpdateLog, mozilla::LogLevel::Debug, args)
|
| 66 | 66 | |
| 67 | -#ifdef XP_WIN
|
|
| 68 | -# define UPDATER_BIN "updater.exe"
|
|
| 69 | -# define MAINTENANCE_SVC_NAME L"MozillaMaintenance"
|
|
| 70 | -#elif XP_MACOSX
|
|
| 71 | -# define UPDATER_APP "updater.app"
|
|
| 72 | -# define UPDATER_BIN "org.mozilla.updater"
|
|
| 73 | -#else
|
|
| 74 | -# define UPDATER_BIN "updater"
|
|
| 75 | -#endif
|
|
| 76 | - |
|
| 77 | 67 | #ifdef XP_MACOSX
|
| 78 | 68 | static void UpdateDriverSetupMacCommandLine(int& argc, char**& argv,
|
| 79 | 69 | bool restart) {
|