This commit is contained in:
parent
4aaabfe593
commit
aa15767a64
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
ags (1.8.2-100pika1) pikauwu; urgency=medium
|
||||||
|
|
||||||
|
* update
|
||||||
|
|
||||||
|
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
|
||||||
|
|
||||||
ags (1.0.3-100pika1) pikauwu; urgency=medium
|
ags (1.0.3-100pika1) pikauwu; urgency=medium
|
||||||
|
|
||||||
* Systray icon fix
|
* Systray icon fix
|
||||||
|
4
main.sh
4
main.sh
@ -3,10 +3,8 @@
|
|||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/ferrreo/ags.git
|
git clone --recurse-submodules https://github.com/Aylur/ags -b v1.8.2
|
||||||
cd ./ags
|
cd ./ags
|
||||||
git checkout systray
|
|
||||||
git submodule update --init
|
|
||||||
cp -rvf ../debian ./
|
cp -rvf ../debian ./
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user