Fix build script #351

Merged
telackey merged 1 commits from dboreham/fix-build-script into main 2023-04-19 20:55:37 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c148922658 - Show all commits

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ laconic-so
laconic_stack_orchestrator.egg-info
__pycache__
*~
build
package
app/data/build_tag.txt

View File

@ -1,4 +1,4 @@
# Builds the shiv "package" for distribution
mkdir -p ./package
version_string=$( ./app/data/version.txt )
version_string=$( ./scripts/create_build_tag_file.sh )
shiv -c laconic-so -o package/laconic-so-${version_string} .