Add build script
This commit is contained in:
parent
42602cc2a4
commit
34edfd4320
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
|
Loading…
Reference in New Issue
Block a user