Add build script
This commit is contained in:
BIN
output/SearchSwitch.zip
Normal file
BIN
output/SearchSwitch.zip
Normal file
Binary file not shown.
6
scripts/PackXPI.ps1
Normal file
6
scripts/PackXPI.ps1
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
$compress = @{
|
||||||
|
Path = "v2\*"
|
||||||
|
CompressionLevel = "NoCompression"
|
||||||
|
DestinationPath = "output\SearchSwitch.zip"
|
||||||
|
}
|
||||||
|
Compress-Archive @compress
|
Reference in New Issue
Block a user