Add build script

This commit is contained in:
Isaac Shoebottom 2022-09-27 18:47:17 -03:00
parent 42602cc2a4
commit 34edfd4320
2 changed files with 6 additions and 0 deletions

BIN
output/SearchSwitch.zip Normal file

Binary file not shown.

6
scripts/PackXPI.ps1 Normal file
View File

@ -0,0 +1,6 @@
$compress = @{
Path = "v2\*"
CompressionLevel = "NoCompression"
DestinationPath = "output\SearchSwitch.zip"
}
Compress-Archive @compress