Skip to content

Commit 3b1b5da

Browse files
committed
packaging: fix missing install.ps1
1 parent f75bc42 commit 3b1b5da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $clout = & cl 2>&1 | ForEach-Object{ "$_" }
2121
$folder = $folder + $Matches[2]
2222
mkdir $folder
2323
Copy-Item 0bootstrap.bat $folder
24+
Copy-Item install.ps1 $folder
2425
Copy-Item wp.exe $folder
2526
Copy-Item wp-headless.exe $folder
2627
Copy-Item weebp.dll $folder
@@ -36,7 +37,8 @@ if (Test-Path "$folder.zip") {
3637

3738
&7z a "$folder.zip" $folder\0bootstrap.bat `
3839
$folder\wp.exe $folder\wp-headless.exe `
39-
$folder\weebp.dll $folder\weebp.lib $folder\src
40+
$folder\weebp.dll $folder\weebp.lib $folder\src `
41+
$folder\install.ps1
4042

4143
Write-Host ""
4244
Write-Host "########################" -Foreground Yellow -Background Black

0 commit comments

Comments
 (0)