wok diff makeself/description.txt @ rev 25411
updated winetricks (20200412 -> 20220411)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 07:24:24 2022 +0100 (2022-08-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/makeself/description.txt Thu Aug 04 07:24:24 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +makeself.sh is a small shell script that generates a self-extractable 1.5 +compressed tar archive from a directory. 1.6 +The resulting file appears as a shell script (many of those have a 1.7 +.run suffix), and can be launched as is. 1.8 +The archive will then uncompress itself to a temporary directory and 1.9 +an optional arbitrary command will be executed (for example an 1.10 +installation script). This is pretty similar to archives generated 1.11 +with WinZip Self-Extractor in the Windows world. 1.12 +Makeself archives also include checksums for integrity self-validation 1.13 +(CRC and/or MD5/SHA256 checksums).