Merge Upstream

This commit is contained in:
CN_SZTL 2020-07-19 23:04:01 +08:00
commit 432d1403d0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -45,6 +45,7 @@ define Build/Configure
$(RM) $(PKG_BUILD_DIR)/config/{subconverter,README.md,README-cn.md}
$(RM) -r $(PKG_BUILD_DIR)/api/__pycache__
$(SED) 's/root/etc/g;s/ -ef//g' $(PKG_BUILD_DIR)/subweb.sh
$(SED) 's/10010/25500/g' $(PKG_BUILD_DIR)/api/aff.py
endef
define Build/Compile