Skip to content

Commit

Permalink
packaging: fix missing install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Mar 24, 2018
1 parent f75bc42 commit 3b1b5da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $clout = & cl 2>&1 | ForEach-Object{ "$_" }
$folder = $folder + $Matches[2]
mkdir $folder
Copy-Item 0bootstrap.bat $folder
Copy-Item install.ps1 $folder
Copy-Item wp.exe $folder
Copy-Item wp-headless.exe $folder
Copy-Item weebp.dll $folder
Expand All @@ -36,7 +37,8 @@ if (Test-Path "$folder.zip") {

&7z a "$folder.zip" $folder\0bootstrap.bat `
$folder\wp.exe $folder\wp-headless.exe `
$folder\weebp.dll $folder\weebp.lib $folder\src
$folder\weebp.dll $folder\weebp.lib $folder\src `
$folder\install.ps1

Write-Host ""
Write-Host "########################" -Foreground Yellow -Background Black
Expand Down

0 comments on commit 3b1b5da

Please sign in to comment.