README.md

This commit is contained in:
q3aql 2024-07-09 15:09:06 +02:00
parent 58cc4cd1c6
commit dda345a947

View File

@ -29,10 +29,22 @@ You can extract the files of a created package without executing it with the fol
Usage: ./packelf-copylibs.sh <ELF_SRC_PATH> <PATH_TO_COPY_LIBRARIES>
```
Example:
```
# ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/
```
```
Usage: ./packelf-folder.sh <FOLDER> <FILENAME> <EXECUTABLE_RUN>
```
Example:
```
# ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun
```
## Dependencies
* sh
* tar