去掉无用信息
This commit is contained in:
parent
2f6b7c449d
commit
1f25c16151
134
gl-inet.run
134
gl-inet.run
@ -7,8 +7,8 @@ if test "n" = n; then
|
||||
umask 077
|
||||
fi
|
||||
|
||||
CRCsum="2975387140"
|
||||
MD5="c63638348d4bfc4cc7e089376de4d7ba"
|
||||
CRCsum="30678613"
|
||||
MD5="d41d5238f50e1ed9adf54ad1e3f79797"
|
||||
SHA="0000000000000000000000000000000000000000000000000000000000000000"
|
||||
SIGNATURE=""
|
||||
TMPROOT=${TMPDIR:=/tmp}
|
||||
@ -23,9 +23,9 @@ scriptargs=""
|
||||
cleanup_script=""
|
||||
licensetxt=""
|
||||
helpheader=""
|
||||
targetdir="makeself-3299-20230920153018"
|
||||
filesizes="35038"
|
||||
totalsize="35038"
|
||||
targetdir="makeself-13807-20230921191203"
|
||||
filesizes="35037"
|
||||
totalsize="35037"
|
||||
keep="n"
|
||||
nooverwrite="n"
|
||||
quiet="n"
|
||||
@ -376,7 +376,7 @@ do
|
||||
if test x"n" != x""; then
|
||||
echo Encryption: n
|
||||
fi
|
||||
echo Date of packaging: Wed Sep 20 15:30:18 CST 2023
|
||||
echo Date of packaging: Thu Sep 21 19:12:03 CST 2023
|
||||
echo Built with Makeself version 2.5.0
|
||||
echo Build command was: "./makeself.sh \\
|
||||
\".\" \\
|
||||
@ -405,7 +405,7 @@ do
|
||||
echo SCRIPT=\"$script\"
|
||||
echo SCRIPTARGS=\"$scriptargs\"
|
||||
echo CLEANUPSCRIPT=\"$cleanup_script\"
|
||||
echo archdirname=\"makeself-3299-20230920153018\"
|
||||
echo archdirname=\"makeself-13807-20230921191203\"
|
||||
echo KEEP=n
|
||||
echo NOOVERWRITE=n
|
||||
echo COMPRESS=gzip
|
||||
@ -712,8 +712,7 @@ if test x"$keep" = xn; then
|
||||
rm -rf "$tmpdir"
|
||||
fi
|
||||
eval $finish; exit $res
|
||||
‹ |