mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-07 11:29:11 -05:00
fixing issue with build if output directory does not exist
This commit is contained in:
@@ -15,7 +15,7 @@ if ([String]::IsNullOrEmpty($output)) {
|
||||
}
|
||||
|
||||
if ([System.IO.Directory]::Exists($output) -eq $false) {
|
||||
[System.IO.Directory]::Create($output)
|
||||
[System.IO.Directory]::CreateDirectory($output)
|
||||
}
|
||||
|
||||
$output = $output | Resolve-Path
|
||||
|
||||
Reference in New Issue
Block a user