forked from buzzhub/lsyupdate
feat:新增版本支持
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
sed -i 's/Architecture: arm64/Architecture: amd64/' ./lsyloader/DEBIAN/control
|
||||
dpkg-deb --build lsyloader
|
||||
ver=$(dpkg-deb --show lsyloader.deb|awk '{print $2}')
|
||||
echo `sha256sum lsyloader.deb` >> "lsyloader$ver.debSign"
|
||||
mv lsyloader.deb lsyloader$ver.deb
|
||||
chmod 777 *.deb
|
||||
mkdir -p amd64
|
||||
mv *.deb ./amd64/
|
||||
mv *.debSign ./amd64/
|
||||
+5
-1
@@ -1,5 +1,9 @@
|
||||
sed -i 's/Architecture: amd64/Architecture: arm64/' ./lsyloader/DEBIAN/control
|
||||
dpkg-deb --build lsyloader
|
||||
ver=$(dpkg-deb --show lsyloader.deb|awk '{print $2}')
|
||||
echo `sha256sum lsyloader.deb` >> "lsyloader$ver.debSign"
|
||||
mv lsyloader.deb lsyloader$ver.deb
|
||||
chmod 777 *.deb
|
||||
chmod 777 *.deb
|
||||
mkdir -p arm64
|
||||
mv *.deb ./arm64/
|
||||
mv *.debSign ./arm64/
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: lsyloader
|
||||
Version: 1.0.1
|
||||
Version: 1.0.0
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
bc41b7e875a1303f8cb4bdf14b5352a56537aaf01dc265e5f929f6b71a8c722f lsyloader.deb
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
24708d46126cb647a0bd1fdf1b0beb49aee9091558c023ea0eed555005ca0e76 lsyloader.deb
|
||||
Reference in New Issue
Block a user