开始支持自动构建,加入安装反馈

This commit is contained in:
2025-11-19 16:56:47 +08:00
parent c0d47d6cc9
commit cd868f1a50
7 changed files with 159 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
HERE=$(dirname $(realpath $0))
rm -fr pkg
cp -r src pkg
${HERE}/build.sh pkg
fakeroot dpkg-deb -b -Z xz pkg/ .
rm -fr pkg