Skip to content

Commit

Permalink
bugfix: change temp dir
Browse files Browse the repository at this point in the history
Signed-off-by: Lessica <[email protected]>
  • Loading branch information
Lessica committed Jan 14, 2025
1 parent b283f51 commit bf43bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrollFools/InjectorV3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ final class InjectorV3 {
static let temporaryRoot: URL = FileManager.default
.urls(for: .cachesDirectory, in: .userDomainMask).first!
.appendingPathComponent(gTrollFoolsIdentifier, isDirectory: true)
.appendingPathComponent("InjectorV3", isDirectory: true)

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

Expand Down

0 comments on commit bf43bb5

Please sign in to comment.