Skip to content

Package builder

regorxxx edited this page May 9, 2023 · 1 revision

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).

It's usage is pretty straightforward, just follow the instructions on the CMD window: image

The package will be create 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.

image

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

Clone this wiki locally