mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-08 07:37:13 +08:00
update 2022-11-01 12:28:18
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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_")) {
|
||||
|
||||
Reference in New Issue
Block a user