From 26cdd5111332faaf713f47e829552bf73f6eeaef Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:43:06 +0300 Subject: [PATCH] Commit update git to 0.9.6 --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 5f1b5c6..b332536 100755 --- a/main.sh +++ b/main.sh @@ -1,7 +1,7 @@ #! /bin/bash # Clone Upstream -git clone https://github.com/atar-axis/xpadneo -b v0.9.5 +git clone https://github.com/atar-axis/xpadneo -b v0.9.6 cp -rvf ./debian ./xpadneo cd ./xpadneo for i in ../patches/* ; do patch -Np1 -i $i; done