diff options
| author | ruki <[email protected]> | 2019-08-24 21:08:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-24 21:08:29 +0800 |
| commit | 5050520d20fb41fc61a0a7a294b34617e6737932 (patch) | |
| tree | f20f561c94dc02681416ebbec9648bab7ddb4eb5 /scripts/makeself | |
| parent | 3fd6fc731109c138f3eb2cfcc4700c9004921e2c (diff) | |
add display name to bitcode files
Diffstat (limited to 'scripts/makeself')
| -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 45fa2ccd2..4527da46a 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -20,7 +20,7 @@ git submodule foreach git clean -dfX # copy files to tmpdir/xmake mkdir -p $tmpdir/xmake/scripts cd $tmpdir/repo || exit -xmake l -v private.utils.bcsave -x 'scripts/**|templates/**' xmake || exit +xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake || exit cp -r ./xmake $tmpdir/xmake/xmake cp -r ./core $tmpdir/xmake cp ./scripts/get.sh $tmpdir/xmake/scripts |
