Have a single utility app per platform. Route zip extraction and ra package install to the .net utility app under osx.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
IBOutlet NSWindow *window;
|
||||
}
|
||||
- (void)launchFilePicker:(NSArray *)args;
|
||||
- (void)extractZip:(NSArray *)args;
|
||||
- (void)installRaPackages:(NSArray *)args;
|
||||
- (void)launchMod:(NSString *)mod;
|
||||
- (BOOL)initMono;
|
||||
- (void)runUtilityWithArg:(NSString *)arg;
|
||||
- (void)utilityResponded:(NSNotification *)n;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user