Skip to content

Commit

Permalink
update TAG_RELEASE in consts file when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
coder5506 committed Dec 14, 2023
1 parent 70f62af commit 5264b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ stage:
cp $(basename)/GNUmakefile $(stage)
sed -e 's/\$$Version\$$/$(version)/' \
$(basename)/DEBIAN/control > $(stage)/DEBIAN/control
sed -e 's/TAG_RELEASE.*/TAG_RELEASE = "ON$(version)"/' \
$(basename)/opt/DGTCentaurMods/consts/consts.py > \
$(stage)/opt/DGTCentaurMods/consts/consts.py

distclean:
$(MAKE) -C $(stage) distclean
Expand Down

0 comments on commit 5264b14

Please sign in to comment.