Added minimal-patches

This commit is contained in:
Anthony Wang 2020-06-16 12:22:36 -05:00
parent b5338737fe
commit 289a1ea1f5
2 changed files with 20 additions and 4 deletions

View file

@ -73,6 +73,12 @@ jobs:
cd ./builder
python ./builder.py isotope-mini output="./isotope-minimal.zip" >> ../output
echo "" >> ../output
- name: Compile Isotope-minimal-patches Zip
run: |
cd ./builder
python ./builder.py isotope-mini-patches output="./isotope-minimal-patches.zip" >> ../output
echo "" >> ../output
- uses: pCYSl5EDgo/cat@master
id: release
@ -128,4 +134,14 @@ jobs:
asset_name: isotope-minimal_v${{ env.VERSION }}.zip
asset_content_type: application/zip
- name: Upload Release Asset - Isotope-Minimal-Patches
id: upload-release-asset3
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./builder/isotope-minimal-patches.zip
asset_name: isotope-minimal-patches_v${{ env.VERSION }}.zip
asset_content_type: application/zip

View file

@ -1,6 +1,6 @@
<img src="assets/isotope_wide.png" align="center" width="100%" />
## A custom all-in-one CFW package for the Nintendo Switch, based on Kosmos and Deepsea.
### A custom all-in-one CFW package for the Nintendo Switch, based on Kosmos and Deepsea.
---
@ -26,11 +26,11 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW
## Featuring
#### Minimal Package
#### Every Package
* [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere)
* [Hekate](https://github.com/CTCaer/hekate)
#### Normal - everything above, AND
### Normal Packages
* [Hekate Icons](https://github.com/NicholeMattera/Hekate-Icons)
* [Homebrew App Store](https://gitlab.com/4TU/hb-appstore)
* [EdiZon](https://github.com/WerWolv/EdiZon)
@ -52,7 +52,7 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW
* [sys-ftpd-light](https://github.com/cathery/sys-ftpd-light)
* [ldn_mitm](https://github.com/spacemeowx2/ldn_mitm)
#### Patched - everything above, AND
### Patches Packages
* [HarukoNX/PKG2-Patches](https://github.com/HarukoNX/PKG2-Patches)
* [HarukoNX/ES-Patches](https://github.com/HarukoNX/ES-Patches)