From 080a9b53c9c16db1a344a12b55e9999f9cadbb74 Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Fri, 12 Apr 2024 23:20:37 +0800 Subject: [PATCH] jailbreak version Signed-off-by: 82Flex <82flex@gmail.com> --- .github/workflows/build-release.yml | 4 ++-- gen-control.sh | 4 ++-- layout/DEBIAN/control | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a389a4e..1eed5ea 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -95,7 +95,7 @@ jobs: path: | TrollSpeed/packages/TrollSpeed_*.tipa TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa - TrollSpeed/packages/ch.xxtou.hudapp_*.deb + TrollSpeed/packages/ch.xxtou.hudapp.jb_*.deb - name: Upload symbols uses: actions/upload-artifact@v4 @@ -112,4 +112,4 @@ jobs: files: | TrollSpeed/packages/TrollSpeed_*.tipa TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa - TrollSpeed/packages/ch.xxtou.hudapp_*.deb + TrollSpeed/packages/ch.xxtou.hudapp.jb_*.deb diff --git a/gen-control.sh b/gen-control.sh index 43cf9b4..c02dd4b 100755 --- a/gen-control.sh +++ b/gen-control.sh @@ -16,8 +16,8 @@ mkdir -p layout/DEBIAN # Write the control file cat > layout/DEBIAN/control << __EOF__ -Package: ch.xxtou.hudapp -Name: TrollSpeed +Package: ch.xxtou.hudapp.jb +Name: TrollSpeed JB Version: $VERSION Section: Tweaks Depends: firmware (>= 14.0) diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 23dff21..93977cd 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,5 +1,5 @@ -Package: ch.xxtou.hudapp -Name: TrollSpeed +Package: ch.xxtou.hudapp.jb +Name: TrollSpeed JB Version: 1.11.11 Section: Tweaks Depends: firmware (>= 14.0)