Update main.sh
This commit is contained in:
parent
002c848f82
commit
cbddb000dd
9
main.sh
9
main.sh
@ -11,5 +11,10 @@ cd ./adw-gtk3
|
|||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build binaries
|
# Build package
|
||||||
debuild -us -uc --no-tgz-check
|
dpkg-buildpackage --no-tgz-check
|
||||||
|
|
||||||
|
# Move the debs to output
|
||||||
|
cd ../
|
||||||
|
mkdir -p ./output
|
||||||
|
mv ./*.deb ./output/
|
||||||
|
Loading…
Reference in New Issue
Block a user