-
Notifications
You must be signed in to change notification settings - Fork 0
Package builder
At the root of the repository, a file named '_createPackage.bat' can be found. It may be used to automatize the creation of the package file directly from the repository (i.e. for nightly releases). Final users should never need to use it, just download the nightly files provided.
It's usage is pretty straightforward, just follow the instructions on the CMD window:

The package will be created in a subfolder, named according to the SMP script, at '.\packages...'. To create the zip file, 7z is used by default. Binaries should be provided along the repository, otherwise download it by yourself or manually zip the package folder. Further documentation can be found on the '.bat' file.

The '.bat' script works on any system -with CMD/Batch support- from Windows Vista onward. It should work fine on Wine too.