aboutsummaryrefslogtreecommitdiff
path: root/scripts/package.py
AgeCommit message (Collapse)Author
2020-07-06Fix dep file not used because of wrong pathdec05eba
2020-07-06Fix for windows & mingwdec05eba
2020-07-06Add libnss files to downloads for packagesdec05eba
2020-07-06Add package lib blacklist, remove patchelf dependencydec05eba
Some libraries such as gpu driver libraries cant be distributed because even though the program is run on the same cpu arch, gpu can differ. Removed dependency on patchelf, as it's not needed when executing ld-so directly with --library-path
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...