diff options
| author | OpportunityLiu <[email protected]> | 2019-07-18 23:07:24 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-18 23:07:24 +0800 |
| commit | 83df4e2942ed70fee2f1189098a113d322302dcd (patch) | |
| tree | 6f2105526a2ea745f2fea5c2428d5d63e448e188 | |
| parent | dde2dab37fc5fa661cd99826780e761b27bf1dc0 (diff) | |
add sha256
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index be725bbaa..7f65678ad 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -17,6 +17,6 @@ wget https://github.com/megastep/makeself/releases/download/release-2.4.0/makese sh ./makeself-2.4.0.run # make runfile -./makeself-2.4.0/makeself.sh --lsm ./xmake/scripts/makeself/lsm --help-header ./xmake/scripts/makeself/header ./xmake xmake.run xmake ./scripts/get.sh __local__ +./makeself-2.4.0/makeself.sh --sha256 --lsm ./xmake/scripts/makeself/lsm --help-header ./xmake/scripts/makeself/header ./xmake xmake.run xmake ./scripts/get.sh __local__ cp xmake.run $xmakeroot/scripts/makeself |
