mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-09 18:02:48 +02:00
7 lines
175 B
Python
7 lines
175 B
Python
Import("env")
|
|
|
|
# Wiederverwendung der replace_version Funktion
|
|
exec(open("./scripts/pre_build.py").read())
|
|
|
|
# Bind to SPIFFS build
|
|
env.AddPreAction("buildfs", replace_version) |