Ensure required licenses are in distributable bundles

This commit is contained in:
jcmdln
2023-10-18 17:20:12 -04:00
parent c039977048
commit 798660c007
2 changed files with 27 additions and 0 deletions
+3
View File
@@ -26,6 +26,7 @@ jobs:
rm bin/llvm/windows/LLVM-C.lib
mkdir dist
cp odin.exe dist
cp LICENSE dist
cp LLVM-C.dll dist
cp -r shared dist
cp -r core dist
@@ -52,6 +53,7 @@ jobs:
run: |
mkdir dist
cp odin dist
cp LICENSE dist
cp libLLVM* dist
cp -r shared dist
cp -r core dist
@@ -81,6 +83,7 @@ jobs:
run: |
mkdir dist
cp odin dist
cp LICENSE dist
cp -r shared dist
cp -r core dist
cp -r vendor dist