diff --git a/stepmania/PBProject/Installer/InstallerWindowController.m b/stepmania/PBProject/Installer/InstallerWindowController.m index ff5b24fb8c..037c50e751 100644 --- a/stepmania/PBProject/Installer/InstallerWindowController.m +++ b/stepmania/PBProject/Installer/InstallerWindowController.m @@ -3,8 +3,8 @@ @implementation InstallerWindowController - (void)awakeFromNib { - NSString *path = [[[[[NSBundle mainBundle] bundlePath] stringByDeletingLastPathComponent] - stringByAppendingPathComponent:@"files"] stringByStandardizingPath]; + NSString *path = [[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"files"] + stringByStandardizingPath]; helper = [[Helper alloc] initWithPath:path]; finished = NO; }