diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd57563..dd3b7c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,10 +53,10 @@ jobs: mkdir ./bin/linux cp -R ./exclude/bin/linux/x86_64 ./bin/linux - - name: Zip linux files + - name: Zip linux x86_64 files run: zip -r ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/ - - name: Move linux binaries and other files + - name: Move linux x86_64 binaries and other files run: | rm -r ./bin/linux/x86_64 cp -R ./exclude/bin/linux/arm64 ./bin/linux @@ -64,15 +64,7 @@ jobs: - name: Zip linux arm64 files run: zip -r ${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/ - - name: Move linux arm64 binaries and other files - run: | - rm -r ./bin/linux/arm64 - cp -R ./exclude/bin/linux/armhf ./bin/linux - - - name: Zip linux armhf files - run: zip -r ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/ - - - name: Move linux armhf binaries and other files + - name: Move linux binaries and other files run: rm -r ./bin/linux - name: Copy exclude files back @@ -96,6 +88,5 @@ jobs: git-hash_${{ env.DATE_OLD }}-${{ env.SHA_SHORT }}.zip ${{ github.event.repository.name }}_complete_v${{ env.DATE }}.${{ env.COUNT }}.zip ${{ github.event.repository.name }}_macos_v${{ env.DATE }}.${{ env.COUNT }}.zip - ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip ${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip diff --git a/bin/linux/armhf/PlistBuddy b/bin/linux/armhf/PlistBuddy deleted file mode 100755 index 1aa4968..0000000 Binary files a/bin/linux/armhf/PlistBuddy and /dev/null differ diff --git a/bin/linux/armhf/bspatch b/bin/linux/armhf/bspatch deleted file mode 100755 index 484085f..0000000 Binary files a/bin/linux/armhf/bspatch and /dev/null differ diff --git a/bin/linux/armhf/dmg b/bin/linux/armhf/dmg deleted file mode 100755 index 88061f2..0000000 Binary files a/bin/linux/armhf/dmg and /dev/null differ diff --git a/bin/linux/armhf/futurerestore_new b/bin/linux/armhf/futurerestore_new deleted file mode 100755 index d121264..0000000 Binary files a/bin/linux/armhf/futurerestore_new and /dev/null differ diff --git a/bin/linux/armhf/futurerestore_old b/bin/linux/armhf/futurerestore_old deleted file mode 100755 index 6e2b8f3..0000000 Binary files a/bin/linux/armhf/futurerestore_old and /dev/null differ diff --git a/bin/linux/armhf/gaster b/bin/linux/armhf/gaster deleted file mode 100755 index 0e0da1d..0000000 Binary files a/bin/linux/armhf/gaster and /dev/null differ diff --git a/bin/linux/armhf/gilbertjb b/bin/linux/armhf/gilbertjb deleted file mode 100755 index 2d234c5..0000000 Binary files a/bin/linux/armhf/gilbertjb and /dev/null differ diff --git a/bin/linux/armhf/hfsplus b/bin/linux/armhf/hfsplus deleted file mode 100755 index 360eff8..0000000 Binary files a/bin/linux/armhf/hfsplus and /dev/null differ diff --git a/bin/linux/armhf/iBoot32Patcher b/bin/linux/armhf/iBoot32Patcher deleted file mode 100755 index 45bd7a2..0000000 Binary files a/bin/linux/armhf/iBoot32Patcher and /dev/null differ diff --git a/bin/linux/armhf/ideviceactivation b/bin/linux/armhf/ideviceactivation deleted file mode 100755 index 2a212ee..0000000 Binary files a/bin/linux/armhf/ideviceactivation and /dev/null differ diff --git a/bin/linux/armhf/idevicebackup2 b/bin/linux/armhf/idevicebackup2 deleted file mode 100755 index 04e4d52..0000000 Binary files a/bin/linux/armhf/idevicebackup2 and /dev/null differ diff --git a/bin/linux/armhf/idevicediagnostics b/bin/linux/armhf/idevicediagnostics deleted file mode 100755 index ac2327e..0000000 Binary files a/bin/linux/armhf/idevicediagnostics and /dev/null differ diff --git a/bin/linux/armhf/ideviceenterrecovery b/bin/linux/armhf/ideviceenterrecovery deleted file mode 100755 index b42e147..0000000 Binary files a/bin/linux/armhf/ideviceenterrecovery and /dev/null differ diff --git a/bin/linux/armhf/ideviceinfo b/bin/linux/armhf/ideviceinfo deleted file mode 100755 index a821069..0000000 Binary files a/bin/linux/armhf/ideviceinfo and /dev/null differ diff --git a/bin/linux/armhf/ideviceinstaller b/bin/linux/armhf/ideviceinstaller deleted file mode 100755 index 7245b0b..0000000 Binary files a/bin/linux/armhf/ideviceinstaller and /dev/null differ diff --git a/bin/linux/armhf/idevicepair b/bin/linux/armhf/idevicepair deleted file mode 100755 index c36177d..0000000 Binary files a/bin/linux/armhf/idevicepair and /dev/null differ diff --git a/bin/linux/armhf/idevicerestore b/bin/linux/armhf/idevicerestore deleted file mode 100755 index c61c92c..0000000 Binary files a/bin/linux/armhf/idevicerestore and /dev/null differ diff --git a/bin/linux/armhf/idevicerestore2 b/bin/linux/armhf/idevicerestore2 deleted file mode 100755 index f76868a..0000000 Binary files a/bin/linux/armhf/idevicerestore2 and /dev/null differ diff --git a/bin/linux/armhf/imagetool b/bin/linux/armhf/imagetool deleted file mode 100755 index fbd499e..0000000 Binary files a/bin/linux/armhf/imagetool and /dev/null differ diff --git a/bin/linux/armhf/img4 b/bin/linux/armhf/img4 deleted file mode 100755 index ec12bbe..0000000 Binary files a/bin/linux/armhf/img4 and /dev/null differ diff --git a/bin/linux/armhf/img4tool b/bin/linux/armhf/img4tool deleted file mode 100755 index 5a80e64..0000000 Binary files a/bin/linux/armhf/img4tool and /dev/null differ diff --git a/bin/linux/armhf/iproxy b/bin/linux/armhf/iproxy deleted file mode 100755 index 75f8125..0000000 Binary files a/bin/linux/armhf/iproxy and /dev/null differ diff --git a/bin/linux/armhf/ipsw b/bin/linux/armhf/ipsw deleted file mode 100755 index c57b942..0000000 Binary files a/bin/linux/armhf/ipsw and /dev/null differ diff --git a/bin/linux/armhf/ipwnder b/bin/linux/armhf/ipwnder deleted file mode 100755 index 58d7618..0000000 Binary files a/bin/linux/armhf/ipwnder and /dev/null differ diff --git a/bin/linux/armhf/irecovery b/bin/linux/armhf/irecovery deleted file mode 100755 index 769a73a..0000000 Binary files a/bin/linux/armhf/irecovery and /dev/null differ diff --git a/bin/linux/armhf/irecovery2 b/bin/linux/armhf/irecovery2 deleted file mode 100755 index 8d400ee..0000000 Binary files a/bin/linux/armhf/irecovery2 and /dev/null differ diff --git a/bin/linux/armhf/jq b/bin/linux/armhf/jq deleted file mode 100755 index 7b7c217..0000000 Binary files a/bin/linux/armhf/jq and /dev/null differ diff --git a/bin/linux/armhf/powdersn0w b/bin/linux/armhf/powdersn0w deleted file mode 100755 index af49d9a..0000000 Binary files a/bin/linux/armhf/powdersn0w and /dev/null differ diff --git a/bin/linux/armhf/pzb b/bin/linux/armhf/pzb deleted file mode 100755 index 4b5080a..0000000 Binary files a/bin/linux/armhf/pzb and /dev/null differ diff --git a/bin/linux/armhf/scp b/bin/linux/armhf/scp deleted file mode 100755 index 34aff6d..0000000 Binary files a/bin/linux/armhf/scp and /dev/null differ diff --git a/bin/linux/armhf/ssh b/bin/linux/armhf/ssh deleted file mode 100755 index 569909c..0000000 Binary files a/bin/linux/armhf/ssh and /dev/null differ diff --git a/bin/linux/armhf/sshpass b/bin/linux/armhf/sshpass deleted file mode 100755 index 99da9fa..0000000 Binary files a/bin/linux/armhf/sshpass and /dev/null differ diff --git a/bin/linux/armhf/ticket b/bin/linux/armhf/ticket deleted file mode 100755 index 4255254..0000000 Binary files a/bin/linux/armhf/ticket and /dev/null differ diff --git a/bin/linux/armhf/tsschecker b/bin/linux/armhf/tsschecker deleted file mode 100755 index d271873..0000000 Binary files a/bin/linux/armhf/tsschecker and /dev/null differ diff --git a/bin/linux/armhf/usbmuxd b/bin/linux/armhf/usbmuxd deleted file mode 100755 index d5d965d..0000000 Binary files a/bin/linux/armhf/usbmuxd and /dev/null differ diff --git a/bin/linux/armhf/validate b/bin/linux/armhf/validate deleted file mode 100755 index 72cf199..0000000 Binary files a/bin/linux/armhf/validate and /dev/null differ diff --git a/bin/linux/armhf/xpwntool b/bin/linux/armhf/xpwntool deleted file mode 100755 index ff129c3..0000000 Binary files a/bin/linux/armhf/xpwntool and /dev/null differ