mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-06-10 06:52:31 +08:00
开始支持自动构建,加入安装反馈
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user