Renable Colors generation + add print to each command to identify which configuration is used
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@ -39,8 +39,7 @@ extension ColorsConfiguration: Runnable {
|
||||
extensionSuffix
|
||||
]
|
||||
}
|
||||
print("Colors args:")
|
||||
dump(args)
|
||||
//Colors.main(args)
|
||||
|
||||
Colors.main(args)
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ extension FontsConfiguration: Runnable {
|
||||
}
|
||||
|
||||
args += [
|
||||
inputFile,
|
||||
inputFile.prependIfRelativePath(projectDirectory),
|
||||
"--extension-output-path",
|
||||
extensionOutputPath.prependIfRelativePath(projectDirectory),
|
||||
"--static-members",
|
||||
|
Reference in New Issue
Block a user