change extention of linux installers to .run
This commit is contained in:
@@ -162,7 +162,7 @@ cp README ${PACKAGE}
|
||||
|
||||
if test -n "$MAKESELF"; then
|
||||
echo "Creating self-extracting installer"
|
||||
$MAKESELF --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
|
||||
$MAKESELF --nocomp ${PACKAGE}/ ${PACKAGE}.run ${APPNAME} ./install.sh
|
||||
else
|
||||
echo "Creating tarball..."
|
||||
tar -cf ${PACKAGE}.tar ${PACKAGE}
|
||||
|
||||
Reference in New Issue
Block a user