Skip to content

Commit

Permalink
Merge pull request docker#1856 from arthrp/master
Browse files Browse the repository at this point in the history
Forcing the creation of tmp directory
  • Loading branch information
thaJeztah authored Jan 20, 2020
2 parents 52714e4 + e5c86db commit d443b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Function Execute-Build($additionalBuildTags, $directory) {
$env:_ag_dockerVersion=$dockerVersion
$env:_ag_gitCommit=$gitCommit

New-Item -ItemType Directory -Path .\tmp | Out-Null
New-Item -ItemType Directory -Path .\tmp -Force | Out-Null
windres -i scripts/winresources/docker.rc -o cli/winresources/rsrc_amd64.syso -F pe-x86-64 --use-temp-file -I ./tmp -D DOCKER_VERSION_QUAD=$versionQuad --% -D DOCKER_VERSION=\"%_ag_dockerVersion%\" -D DOCKER_COMMIT=\"%_ag_gitCommit%\"
if ($LASTEXITCODE -ne 0) { Throw "Failed to compile client 64-bit resources" }

Expand Down

0 comments on commit d443b74

Please sign in to comment.