diff --git a/output/SearchSwitch.zip b/output/SearchSwitch.zip new file mode 100644 index 0000000..0ed73f4 Binary files /dev/null and b/output/SearchSwitch.zip differ diff --git a/scripts/PackXPI.ps1 b/scripts/PackXPI.ps1 new file mode 100644 index 0000000..d35436a --- /dev/null +++ b/scripts/PackXPI.ps1 @@ -0,0 +1,6 @@ +$compress = @{ + Path = "v2\*" + CompressionLevel = "NoCompression" + DestinationPath = "output\SearchSwitch.zip" +} +Compress-Archive @compress \ No newline at end of file