Skip to content

Commit

Permalink
fix release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Aug 29, 2024
1 parent e8e7972 commit f25e36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for dir in paper src ; do
rsync -a -f'exclude .git*' -f 'exclude .vscode' -f 'exclude benchmarks' $dir verkko-v${version}/
done

cat src/main.mk | sed s/^VERSION\ \*:=.\*/VERSION\ :=\ release\ v${version}/ > verkko-v${version}/src/Makefile
cat src/main.mk | sed s/^VERSION\ \*:=.\*/VERSION\ :=\ release\ v${version}/ > verkko-v${version}/src/main.mk

tar -cf verkko-v${version}.tar verkko-v${version}
gzip -9v verkko-v${version}.tar
Expand Down

0 comments on commit f25e36c

Please sign in to comment.