mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-26 08:41:13 +02:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "Sparkle.h"
|
||
|
|
||
|
void OSX_checkForUpdates() {
|
||
|
SUUpdater* updater = [[SUUpdater alloc] init];
|
||
|
[[SUUpdater sharedUpdater] checkForUpdatesInBackground];
|
||
|
}
|