Skip to content

Commit bf43bb5

Browse files
committed
bugfix: change temp dir
Signed-off-by: Lessica <82flex@gmail.com>
1 parent b283f51 commit bf43bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TrollFools/InjectorV3.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ final class InjectorV3 {
1313
static let temporaryRoot: URL = FileManager.default
1414
.urls(for: .cachesDirectory, in: .userDomainMask).first!
1515
.appendingPathComponent(gTrollFoolsIdentifier, isDirectory: true)
16+
.appendingPathComponent("InjectorV3", isDirectory: true)
1617

1718
static let main = try! InjectorV3(Bundle.main.bundleURL)
1819

0 commit comments

Comments
 (0)