上传1.0.4版本

This commit is contained in:
Yzzi
2020-08-14 12:42:08 +08:00
parent 4b5f24a47b
commit 2fed1bbb57
20 changed files with 1409 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
cd `dirname $0`
mkdir -p build
find extract/opt -type f -print0 |xargs -0 md5sum >md5sums
mv md5sums extract/DEBIAN/md5sums
dpkg-deb -b extract/ build/