Skip to content

Commit e36d5c1

Browse files
committed
Add readme to package
1 parent 3f4d359 commit e36d5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-standalone-packages.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ls ghc-devel*.nuspec -recurse -File | ForEach-Object {
1717
Copy-Item -Recurse -Force -Path (Join-Path $src "*") -Destination $tmp
1818
Copy-Item -Recurse -Force -Path (Join-Path $templates "*") -Destination $tmp
1919
Copy-Item -Recurse -Force -Path (Join-Path $compat "*") -Destination $tmp
20+
Copy-Item -Recurse -Force -Path README.md -Destination $tmp
2021

2122
Remove-Item (Join-Path $tmp "*.nuspec")
2223

0 commit comments

Comments
 (0)