packager

Members

Aliases

absPath
alias absPath = absolutePath
Undocumented in source.
normPath
alias normPath = buildNormalizedPath
Undocumented in source.

Enums

Arch
enum Arch
Undocumented in source.
Platform
enum Platform
Undocumented in source.

Functions

addFile
void addFile(ReleasePackage* pack, string arch_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFile
void addFile(ReleasePackage* pack, string fs_name, string arch_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFile
void addFile(ZipArchive arch, string fs_name, string arch_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFiles
void addFiles(ReleasePackage* pack, string path, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
archName
string archName(ReleasePackage* pack, R baseName)
Undocumented in source. Be warned that the author may not have intended to support it.
completeBuild
void completeBuild(Arch arch, string semver)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
makePackage
void makePackage(ReleasePackage* pack)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
void pack(string semver, Arch arch, Platform pl)
Undocumented in source. Be warned that the author may not have intended to support it.
writePackage
void writePackage(ReleasePackage* pack, string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ROOT_PATH
enum ROOT_PATH;
Undocumented in source.

Structs

ReleasePackage
struct ReleasePackage
Undocumented in source.

Variables

archToString
string[Arch] archToString;
Undocumented in source.
platformToString
string[Platform] platformToString;
Undocumented in source.

Meta

Authors

Andrey Penechko.