Renamed the "archivesFolder" property for the AppBuilder builder in the library target as "folderArchives".

This commit is contained in:
2025-03-12 00:37:31 +01:00
parent fa50c77421
commit 08d296ef1a
2 changed files with 8 additions and 11 deletions
+1 -4
View File
@@ -11,10 +11,7 @@ struct App: AsyncParsableCommand {
// MARK: Functions
mutating func run() async throws {
let appBuilder = AppBuilder(
appName: "Doxy",
archivesFolder: "Resources/Archives"
)
let appBuilder = AppBuilder(appName: "Doxy")
let app = try await appBuilder(options)