Skip to content

Commit

Permalink
Modify function name
Browse files Browse the repository at this point in the history
  • Loading branch information
powenn committed Jul 13, 2022
1 parent 2b3a4da commit 5bb7f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions permasigneriOS/PackToDeb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Progress: ObservableObject {
}
}

func moveAppContent() {
func copyAppContent() {
try? FileManager.default.copyItem(at: CheckApp.shared.payloadPath.appendingPathComponent(CheckApp.shared.appNameInPayload), to: DebApplicationsDirectory.appendingPathComponent(CheckApp.shared.appNameInPayload))
}

Expand Down Expand Up @@ -167,7 +167,7 @@ class Progress: ObservableObject {
copyResourcesAndReplace()

Percent += 0.125
moveAppContent()
copyAppContent()

Percent += 0.125
ChangeDebPermisson()
Expand Down

0 comments on commit 5bb7f8d

Please sign in to comment.