Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Add LICENSE when bundling for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-bcom committed Aug 24, 2021
1 parent 5114ecb commit febc511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundleSamples.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ FOR /D /R %%d IN (SolARPipeline*) DO (
echo "**** Zip bundles"
"7z.exe" a -tzip bin\%filename%_debug.zip README.md
"7z.exe" a -tzip bin\%filename%_release.zip README.md
"7z.exe" a -tzip bin\%filename%_debug.zip LICENSE
"7z.exe" a -tzip bin\%filename%_release.zip LICENSE
"7z.exe" a -tzip bin\%filename%_debug.zip bin\Debug
"7z.exe" a -tzip bin\%filename%_release.zip bin\Release

0 comments on commit febc511

Please sign in to comment.