From 9cc8c0fc7fa6e6a156ad7bd3b6b667fa9d51910b Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:53:47 +0300 Subject: [PATCH] Update to 1.4.9 --- debian/changelog | 6 ++++++ main.sh | 2 +- main32.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c7e7b8..9831c1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obs-gamecapture-plugin (10:1.4.9-100pika1) pikauwu; urgency=medium + + * Update to 1.4.9 + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + obs-gamecapture-plugin (10:1.4.3.git-99pika1) pikauwu; urgency=medium * Rebrand to PikaOS diff --git a/main.sh b/main.sh index de57cd8..17b9a8a 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e # Clone Upstream -git clone https://github.com/nowrep/obs-vkcapture +git clone https://github.com/nowrep/obs-vkcapture -b v1.4.9 cp -rvf ./debian ./obs-vkcapture/ cd ./obs-vkcapture diff --git a/main32.sh b/main32.sh index de57cd8..17b9a8a 100755 --- a/main32.sh +++ b/main32.sh @@ -2,7 +2,7 @@ set -e # Clone Upstream -git clone https://github.com/nowrep/obs-vkcapture +git clone https://github.com/nowrep/obs-vkcapture -b v1.4.9 cp -rvf ./debian ./obs-vkcapture/ cd ./obs-vkcapture