Skip to content

Commit

Permalink
Update Spotify download link
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgordinskiy committed Apr 27, 2015
1 parent 627b2c3 commit 091a95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spotifree/MenuController.m
Expand Up @@ -172,7 +172,7 @@ - (void) alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextIn
}

if (strcmp(contextInfo, "missingAppleScriptDefinitionFileAlert") == 0) {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString: @"http://spotifree.gordinskiy.com/files/Spotify-1.0.1.zip"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString: @"http://gordinskiy.com/files/Spotify.zip"]];
}
}
}
Expand Down

0 comments on commit 091a95f

Please sign in to comment.