fix(打包工具): 更新维护者邮箱并优化addons包标记处理

更新amber-pm-convert和amber-pm-addons-maker中的维护者邮箱
将addons标记文件直接打包而非通过postinst脚本创建,由dpkg统一管理
简化postrm脚本,移除手动删除标记文件的逻辑
This commit is contained in:
2026-04-24 21:34:31 +08:00
parent f55dcc023d
commit be21417287
2 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ cat > "${PKG_BUILD_DIR}/DEBIAN/control" << EOF
Package: $NEW_PKGNAME
Version: $NEW_VERSION
Architecture: $ORIG_ARCH
Maintainer: APM Converter <apm-convert@spark-app.store>
Maintainer: APM Converter <shenmo@spark-app.store>
Depends: $DEPENDS_STR
Installed-Size: $(calculate_directory_size "$PKG_BUILD_DIR")
Description: APM converted package from ${ORIG_PKGNAME:-original}