Skip to content
Snippets Groups Projects
Commit fd322c1c authored by George Nachman's avatar George Nachman
Browse files

Only prompt to move to Applications for non-debug releases

parent af43e975
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -155,8 +155,9 @@ static BOOL hasBecomeActive = NO;
 
// NSApplication delegate methods
- (void)applicationWillFinishLaunching:(NSNotification *)aNotification {
#if !DEBUG
PFMoveToApplicationsFolderIfNecessary();
#endif
// Start automatic debug logging if it's enabled.
if ([iTermAdvancedSettingsModel startDebugLoggingAutomatically]) {
TurnOnDebugLoggingSilently();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment