Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 080a9b5

Browse files
committed
jailbreak version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 8d070cc commit 080a9b5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
path: |
9696
TrollSpeed/packages/TrollSpeed_*.tipa
9797
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
98-
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
98+
TrollSpeed/packages/ch.xxtou.hudapp.jb_*.deb
9999
100100
- name: Upload symbols
101101
uses: actions/upload-artifact@v4
@@ -112,4 +112,4 @@ jobs:
112112
files: |
113113
TrollSpeed/packages/TrollSpeed_*.tipa
114114
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
115-
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
115+
TrollSpeed/packages/ch.xxtou.hudapp.jb_*.deb

gen-control.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mkdir -p layout/DEBIAN
1616

1717
# Write the control file
1818
cat > layout/DEBIAN/control << __EOF__
19-
Package: ch.xxtou.hudapp
20-
Name: TrollSpeed
19+
Package: ch.xxtou.hudapp.jb
20+
Name: TrollSpeed JB
2121
Version: $VERSION
2222
Section: Tweaks
2323
Depends: firmware (>= 14.0)

layout/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Package: ch.xxtou.hudapp
2-
Name: TrollSpeed
1+
Package: ch.xxtou.hudapp.jb
2+
Name: TrollSpeed JB
33
Version: 1.11.11
44
Section: Tweaks
55
Depends: firmware (>= 14.0)

0 commit comments

Comments
 (0)