Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Oct 15, 2023
1 parent 7cdd12b commit c4f1739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ let package = Package(
.executable(name: "appdecrypt", targets: ["appdecrypt"])
],
targets: [
.target(name: "appdecrypt", dependencies: []),
.executableTarget(name: "appdecrypt", dependencies: []),
]
)

0 comments on commit c4f1739

Please sign in to comment.