Fix micro not recognizing build version

This commit is contained in:
2025-07-21 10:07:04 +03:00
parent 5ad1b2c12c
commit c2ad0e45cc
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
make
make VERSION="$BPM_PKG_VERSION"
}
# The check function is executed in the source directory