Update package version to 0.18.1

This commit is contained in:
2025-07-11 18:00:28 +03:00
parent a5c46aa5c9
commit 27be06f9d9
3 changed files with 19 additions and 8 deletions
-7
View File
@@ -22,13 +22,6 @@ build() {
ninja
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd build
ninja test
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {