Fix icons not showing up for some users app crashing on launch, app crashing when going to share files
This commit is contained in:
Donato Fiore
2023-12-02 22:01:30 -05:00
committed by GitHub
parent d7946435ec
commit 54d9adfdd9
26 changed files with 340 additions and 85 deletions

View File

@@ -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;