mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added branch to build
This commit is contained in:
@@ -40,7 +40,7 @@ env.AddPreAction("buildprog", build_web)
|
|||||||
|
|
||||||
# build filename, replacing . with _ for the version
|
# build filename, replacing . with _ for the version
|
||||||
#env.Replace(PROGNAME="firmware_%s" % branch + "_" + app_version.replace(".", "_"))
|
#env.Replace(PROGNAME="firmware_%s" % branch + "_" + app_version.replace(".", "_"))
|
||||||
env.Replace(PROGNAME=app_name + "-" + app_version.replace(".", "_"))
|
env.Replace(PROGNAME=app_name + "-" + app_version.replace(".", "_") + "-" + branch)
|
||||||
#env.Replace(PROGNAME=app_name + "-" + app_version)
|
#env.Replace(PROGNAME=app_name + "-" + app_version)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user