2
0

Update to masterpassword.app domain.

This commit is contained in:
Maarten Billemont
2018-06-03 16:26:08 -04:00
parent a7f82d3148
commit 073ef4f439
13 changed files with 47 additions and 39 deletions

View File

@@ -44,7 +44,7 @@
- (IBAction)androidPlayStore:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://masterpasswordapp.com"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://masterpassword.app"]];
[self close];
}