From c94564cd15d92181831f7d690a5c428b46e29606 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:33:29 +0300 Subject: [PATCH] Update main.sh --- main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.sh b/main.sh index fff0d5b..fbf0cc0 100755 --- a/main.sh +++ b/main.sh @@ -1,6 +1,10 @@ # Clone Upstream git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui cd ./vanilla-apx-gui +rm -rfv debian/changelog +touch debian/changelog +echo -e "vanilla-apx-gui (1.0.2-99pika2.lunar) lunar; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog + # Get build deps apt-get build-dep ./ -y