mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 22:41:37 +00:00
1.1
Fix icons not showing up for some users app crashing on launch, app crashing when going to share files
This commit is contained in:
@@ -238,7 +238,8 @@ int find_off_cryptid(const char *filePath) {
|
||||
self.appVersion = appVersion;
|
||||
|
||||
[self setAppPath:[pathToBinary stringByDeletingLastPathComponent]];
|
||||
[self setDocPath:[NSString stringWithFormat:@"%@/Documents", NSHomeDirectory()]];
|
||||
// [self setDocPath:[NSString stringWithFormat:@"%@/Documents", NSHomeDirectory()]];
|
||||
[self setDocPath:docPath()];
|
||||
|
||||
char *lastPartOfAppPath = strdup([[self appPath] UTF8String]);
|
||||
lastPartOfAppPath = strrchr(lastPartOfAppPath, '/') + 1;
|
||||
|
||||
Reference in New Issue
Block a user