Skip to content

Commit

Permalink
Badgerati#188: Add Misc dir to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Mar 2, 2019
1 parent 79f06a1 commit 682cc1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.24.{build}
version: 0.27.{build}
image: Visual Studio 2017

branches:
Expand Down
4 changes: 4 additions & 0 deletions packers/choco/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ function Install-PodeModule($path, $version)
Push-Location (Join-Path $env:ChocolateyPackageFolder 'src')

New-Item -ItemType Directory -Path (Join-Path $path 'Tools') -Force | Out-Null
New-Item -ItemType Directory -Path (Join-Path $path 'Misc') -Force | Out-Null

Copy-Item -Path ./Tools/* -Destination (Join-Path $path 'Tools') -Force | Out-Null
Copy-Item -Path ./Misc/* -Destination (Join-Path $path 'Misc') -Force | Out-Null
Copy-Item -Path ./Pode.psm1 -Destination $path -Force | Out-Null
Copy-Item -Path ./Pode.psd1 -Destination $path -Force | Out-Null
Copy-Item -Path ./LICENSE.txt -Destination $path -Force | Out-Null
}
finally {
Pop-Location
Expand Down

0 comments on commit 682cc1f

Please sign in to comment.