mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix firmware filkename for linux
This commit is contained in:
@@ -39,8 +39,8 @@ branch = env['PIOENV']
|
|||||||
env.AddPreAction("buildprog", build_web)
|
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)
|
#env.Replace(PROGNAME=app_name + "-" + app_version)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user