aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-07-06Improve package performance, use one checksum file instead of multipledec05eba
2020-07-06Fix package scripts for older distrosdec05eba
Tested on ubuntu 12.04
2020-07-06Add --bundle-install option to reduce distributable package sizedec05eba
* Downloads libraries from internet if they are missing from the system * Libraries are shared among all sibs projects as long as they use same library versions
2020-07-06Bundle libnss libraries when packaging...dec05eba
2020-07-06Fix runtime crash in bundled packagedec05eba
2020-07-06Fix bundle for non system librariesdec05eba
2020-07-06Add bundle command to sibs packagedec05eba
Bundle command copies all dynamic library dependencies to one location and creates an archive that can be distributed. Currently only for linux. In testing phase...