Define the "archivesFolder" property for the AppBuilder builder used to be build the app in the app target.
This commit is contained in:
parent
7929f55c22
commit
a3c5cefaef
@ -11,8 +11,12 @@ struct App: AsyncParsableCommand {
|
||||
// MARK: Functions
|
||||
|
||||
mutating func run() async throws {
|
||||
let builder = AppBuilder(name: "DocCRepo")
|
||||
let app = try await builder(options)
|
||||
let appBuilder = AppBuilder(
|
||||
appName: "Doxy",
|
||||
archivesFolder: "Resources/Archives"
|
||||
)
|
||||
|
||||
let app = try await appBuilder(options)
|
||||
|
||||
try await app.runService()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user