Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan committed Nov 2, 2024
1 parent 6dd20b6 commit 819e08d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/gen_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ mkdir -p deploy/res
cp -r res/XlsxXML deploy/res/XlsxXML
cp -r res/Proto deploy/res/Proto

mkdir -p deploy/tools
cp -r tools/flamegraph deploy/tools
cp -r tools/binary_strip.sh deploy/tools

# copy lib
echo "Deploy for $LinuxDistro"
if [ $LinuxDistro == "Debian" ] || [ $LinuxDistro == "Ubuntu" ] || [ $LinuxDistro == "Raspbian" ]; then
Expand Down

0 comments on commit 819e08d

Please sign in to comment.