Skip to content

Commit 3f6fce7

Browse files
authored
Just try using Cyan
Install Python, and try to install and use Cyan, no idea if this'll work...
1 parent a1dc24f commit 3f6fce7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/Build and Release.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
runs-on: macos-latest
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
- uses: actions/checkout@v3
30+
- uses: actions/setup-python@v5
31+
with:
32+
python-version: '3.13'
3033

3134
- name: Set up variables
3235
id: setup
@@ -53,8 +56,8 @@ jobs:
5356
EEVEEREPO=$(echo "whoeevee/EeveeSpotify")
5457
echo "EEVEEREPO=$EEVEEREPO" >> $GITHUB_ENV
5558
56-
- name: Install Pyzule
57-
run: bash -c "$(curl https://raw.githubusercontent.com/yodaluca23/pyzule/main/install-pyzule.sh)"
59+
- name: Install Cyan
60+
run: pipx install --force https://github.com/yodaluca23/pyzule-rw/archive/main.zip
5861

5962
- name: Set EEVEETAG if EEVEEVERSION not provided
6063
if: ${{ github.event.inputs.EEVEEVERSION == '' }}
@@ -544,9 +547,9 @@ jobs:
544547
- name: Set Components Path
545548
run: echo "componentspath=Build Components" >> $GITHUB_ENV
546549

547-
- name: Run Pyzule
550+
- name: Run Cyan
548551
run: |
549-
pyzule -i "${{ env.spotifypath }}" -o "${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}.ipa" -v ${{ env.CHANGEVERSION }} -f "${{ env.sposifyfix }}" "${{ env.sposify }}" "${{ env.OSSEXT }}" "${{ env.orion }}" "${{ env.swiftprotobuf }}" "${{ env.eevee-arm }}" -u -w -Nfix
552+
Cyan -i "${{ env.spotifypath }}" -o "${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}.ipa" -v ${{ env.CHANGEVERSION }} -f "${{ env.sposifyfix }}" "${{ env.sposify }}" "${{ env.OSSEXT }}" "${{ env.orion }}" "${{ env.swiftprotobuf }}" "${{ env.eevee-arm }}" -u -w -Nfix
550553
echo "patchedspotify=${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}.ipa"
551554
echo "patchedspotify=${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}.ipa" >> $GITHUB_ENV
552555
echo "Patched Spotify .ipa Located: $patchedspotify"
@@ -563,9 +566,9 @@ jobs:
563566
if: ${{ env.VIRUSTOTALKEY }}
564567
run: echo "VTSPOTC=${{ steps.vt-spotc.outputs.analysis }}" >> $GITHUB_ENV
565568

566-
- name: Run Pyzule AltStore
569+
- name: Run Cyan AltStore
567570
run: |
568-
pyzule -i "${{ env.spotifypath }}" -o "${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}_ALTSTORESOURCE_ONLY.ipa" -v ${{ env.CHANGEVERSION }} -b com.yodaluca23.SpotCPlusPlus -f "${{ env.sposifyfix }}" "${{ env.sposify }}" "${{ env.OSSEXT }}" "${{ env.orion }}" "${{ env.swiftprotobuf }}" "${{ env.eevee-arm }}" -u -w -Nfix
571+
Cyan -i "${{ env.spotifypath }}" -o "${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}_ALTSTORESOURCE_ONLY.ipa" -v ${{ env.CHANGEVERSION }} -b com.yodaluca23.SpotCPlusPlus -f "${{ env.sposifyfix }}" "${{ env.sposify }}" "${{ env.OSSEXT }}" "${{ env.orion }}" "${{ env.swiftprotobuf }}" "${{ env.eevee-arm }}" -u -w -Nfix
569572
echo "altpatchedspotify=${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}_ALTSTORESOURCE_ONLY.ipa"
570573
echo "altpatchedspotify=${{ env.componentspath }}/SpotC++.v${{ env.CHANGEVERSION }}_v${{ env.VANILLASPOTIFYVERSION }}_ALTSTORESOURCE_ONLY.ipa" >> $GITHUB_ENV
571574
echo "AltStore Patched Spotify .ipa Located: $altpatchedspotify"
@@ -672,7 +675,7 @@ jobs:
672675
673676
- name: Construct ChangeLog Pt.6 (Add App Details and Workflow Link)
674677
run: |
675-
echo "App .ipa modified and tweaks injected using [my fork](https://github.com/yodaluca23/pyzule) of [Pyzule](https://github.com/asdfzxcvbn/pyzule) with [the github Action Workflow.](${{ env.WORKFLOWURL }}) </br>" >> changelog.txt
678+
echo "App .ipa modified and tweaks injected using [my fork](https://github.com/yodaluca23/pyzule-rw) of [Cyan](https://github.com/asdfzxcvbn/pyzule-rw) with [the github Action Workflow.](${{ env.WORKFLOWURL }}) </br>" >> changelog.txt
676679
echo "***If you are downloading from this page, and are reading this, DO NOT USE the .ipa labeled _ALTSTORESOURCE_ONLY***" >> changelog.txt
677680
678681
- name: Construct ChangeLog Pt.7 (Add Version Details & VirusTotal Results)

0 commit comments

Comments
 (0)