懒人包增加emotn store域名
防止emotn store无法访问
This commit is contained in:
parent
f4ad0e2a4f
commit
cf198274bf
279
gl-inet.run
279
gl-inet.run
@ -7,8 +7,8 @@ if test "n" = n; then
|
||||
umask 077
|
||||
fi
|
||||
|
||||
CRCsum="3776891039"
|
||||
MD5="90b28314400e400ac46bef5e79fcaf49"
|
||||
CRCsum="2975387140"
|
||||
MD5="c63638348d4bfc4cc7e089376de4d7ba"
|
||||
SHA="0000000000000000000000000000000000000000000000000000000000000000"
|
||||
SIGNATURE=""
|
||||
TMPROOT=${TMPDIR:=/tmp}
|
||||
@ -23,9 +23,9 @@ scriptargs=""
|
||||
cleanup_script=""
|
||||
licensetxt=""
|
||||
helpheader=""
|
||||
targetdir="makeself-2310-20230915163226"
|
||||
filesizes="31683"
|
||||
totalsize="31683"
|
||||
targetdir="makeself-3299-20230920153018"
|
||||
filesizes="35038"
|
||||
totalsize="35038"
|
||||
keep="n"
|
||||
nooverwrite="n"
|
||||
quiet="n"
|
||||
@ -371,12 +371,12 @@ do
|
||||
--info)
|
||||
echo Identification: "$label"
|
||||
echo Target directory: "$targetdir"
|
||||
echo Uncompressed size: 108 KB
|
||||
echo Uncompressed size: 124 KB
|
||||
echo Compression: gzip
|
||||
if test x"n" != x""; then
|
||||
echo Encryption: n
|
||||
fi
|
||||
echo Date of packaging: Fri Sep 15 16:32:26 CST 2023
|
||||
echo Date of packaging: Wed Sep 20 15:30:18 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-2310-20230915163226\"
|
||||
echo archdirname=\"makeself-3299-20230920153018\"
|
||||
echo KEEP=n
|
||||
echo NOOVERWRITE=n
|
||||
echo COMPRESS=gzip
|
||||
@ -621,7 +621,7 @@ fi
|
||||
offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"`
|
||||
|
||||
if test x"$verbose" = xy; then
|
||||
MS_Printf "About to extract 108 KB in $tmpdir ... Proceed ? [Y/n] "
|
||||
MS_Printf "About to extract 124 KB in $tmpdir ... Proceed ? [Y/n] "
|
||||
read yn
|
||||
if test x"$yn" = xn; then
|
||||
eval $finish; exit 1
|
||||
@ -645,9 +645,9 @@ fi
|
||||
if test x"$nodiskspace" = xn; then
|
||||
leftspace=`MS_diskspace "$tmpdir"`
|
||||
if test -n "$leftspace"; then
|
||||
if test "$leftspace" -lt 108; then
|
||||
if test "$leftspace" -lt 124; then
|
||||
echo
|
||||
echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (108 KB)" >&2
|
||||
echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (124 KB)" >&2
|
||||
echo "Use --nodiskspace option to skip this check and proceed anyway" >&2
|
||||
if test x"$keep" = xn; then
|
||||
echo "Consider setting TMPDIR to a directory with more free space."
|
||||
@ -712,127 +712,136 @@ if test x"$keep" = xn; then
|
||||
rm -rf "$tmpdir"
|
||||
fi
|
||||
eval $finish; exit $res
|
||||
‹ |