Skip to content

Commit

Permalink
add LICENSE to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermoe committed Nov 9, 2020
1 parent 631cd80 commit 704d8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AntiHackOSS/tools/android_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pushd $(dirname $0) > /dev/null
cd ..
cp ./AntiHackOSS/LICENSE-DeClang ./Release/
cp ./AntiHackOSS/LICENSE-ollvm ./Release/
cp ./LICENSE ./Release/
popd > /dev/null

pushd $(dirname $0) > /dev/null
Expand Down
1 change: 1 addition & 0 deletions AntiHackOSS/tools/ios_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ popd > /dev/null
pushd $(dirname $0) > /dev/null
cp ../LICENSE-DeClang ./Release/
cp ../LICENSE-ollvm ./Release/
cp ./LICENSE ./Release/
popd > /dev/null

pushd $(dirname $0) > /dev/null
Expand Down

0 comments on commit 704d8b5

Please sign in to comment.