generated from wm-packages/ags
Update main.sh
This commit is contained in:
parent
096f40614c
commit
be742e1707
6
main.sh
6
main.sh
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.0.3.ferreo"
|
VERSION="v1.8.2"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/ferrreo/ags.git -b systray
|
git clone --recurse-submodules https://github.com/Aylur/ags.git
|
||||||
cp -rvf ./debian ./ags/
|
cp -rvf ./debian ./ags/
|
||||||
cd ./ags
|
cd ./ags
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ npm install
|
|||||||
npm install -g typescript@latest
|
npm install -g typescript@latest
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p ags1_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user