update 2022-11-01 12:28:18

This commit is contained in:
github-actions[bot]
2022-11-01 12:28:18 +08:00
parent 5d77dff149
commit b2be0609bd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-xray
PKG_VERSION:=1.22.0
PKG_VERSION:=1.22.1
PKG_RELEASE:=1
PKG_LICENSE:=MPLv2

View File

@@ -118,7 +118,7 @@ function check_resource_files(load_result) {
geosite_existence = true;
geosite_size = '%.2mB'.format(f.size);
}
if (f.name == "firewall_include.uc") {
if (f.name == "firewall_include.ut") {
firewall4 = true;
}
if (f.name.startsWith("optional_feature_")) {