Skip to content

Commit

Permalink
Update the structure for naming the build files
Browse files Browse the repository at this point in the history
This change is to match the one used for the releases.
Add new file to the .gitignore
  • Loading branch information
johansmacias committed Jan 21, 2022
1 parent f9fef02 commit 43abacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.vscode/launch.json
.vscode/ipch
Generated
Generated/*
Generated/*
.DS_Store
2 changes: 1 addition & 1 deletion rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
version_tag_3 = defines.get("SW_VERSION_3")
build_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S')

env.Replace(PROGNAME="../../../Generated/WisBlock_RAK4631_V%s.%s.%s_%s" % (version_tag_1,version_tag_2,version_tag_3,build_date))
env.Replace(PROGNAME="../../../Generated/WisBlock-RAK4631-Helium-Mapper_v%s.%s.%s" % (version_tag_1,version_tag_2,version_tag_3))

0 comments on commit 43abacb

Please sign in to comment.