Skip to content

Commit b1b8e93

Browse files
committed
chore: pyzule -> cyan
1 parent 9ba3ec2 commit b1b8e93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/buildapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build SCInsta tweak for sideloading (as IPA)
9696
run: |
97-
bash -c "$(curl https://raw.githubusercontent.com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"
97+
pip install --force-reinstall https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip
9898
9999
cd main
100100
ls -la

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A feature-rich tweak for Instagram on iOS!\
7575
- [Homebrew](https://brew.sh/#install)
7676
- [CMake](https://formulae.brew.sh/formula/cmake#default) (`brew install cmake`)
7777
- [Theos](https://theos.dev/docs/installation)
78-
- [pyzule](https://github.com/asdfzxcvbn/pyzule?tab=readme-ov-file#installation) **\*only required for sideloading**
78+
- [cyan](https://github.com/asdfzxcvbn/pyzule-rw?tab=readme-ov-file#install-instructions) **\*only required for sideloading**
7979

8080
### Setup
8181
1. Install iOS 14.5 frameworks for theos

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ then
4242
# Create IPA File
4343
echo -e '\033[1m\033[32mCreating the IPA file...\033[0m'
4444
rm -f packages/SCInsta-sideloaded.ipa
45-
pyzule -i "packages/${ipaFile}" -o packages/SCInsta-sideloaded.ipa -f .theos/obj/debug/SCInsta.dylib .theos/obj/debug/sideloadfix.dylib $FLEXPATH -c 0 -m 15.0 -du
45+
cyan -i "packages/${ipaFile}" -o packages/SCInsta-sideloaded.ipa -f .theos/obj/debug/SCInsta.dylib .theos/obj/debug/sideloadfix.dylib $FLEXPATH -c 0 -m 15.0 -du
4646

4747
echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the ipa file at: $(pwd)/packages"
4848

0 commit comments

Comments
 (0)