Renamed the "archivesFolder" property for the AppBuilder builder in the library target as "folderArchives".
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user