Merge pull request #137 from Team-Neptune/dev

Merge fixes from dev into master
This commit is contained in:
hax4dazy 2024-05-12 15:40:18 +02:00 committed by GitHub
commit 3d60485763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -20,6 +20,10 @@ jobs:
run: |
version=$(python -c 'import sys, json; f=open("./settings.json");print(json.loads(f.read())["releaseVersion"])')
echo "::set-output name=version::$version"
- name: Set up hub
run: |
sudo apt install hub -y
- name: Set up Python 3.9
uses: actions/setup-python@v1

View File

@ -13,7 +13,7 @@
## Features
- Background FTP server for filetransfers
- Install NSP, NSZ, XCI & XCZ files from Harddrive, Google Drive, WiFi or wired through PC, Smartphone, etc
- Install NSP & XCI files from Harddrive, WiFi or wired through PC, Smartphone, etc
- Over & Underclocking
- Update OFW & CFW through homebrew
- Find new homebrew through the Appstore

View File

@ -1,5 +1,5 @@
{
"releaseVersion": "4.9.0",
"releaseVersion": "4.10.0",
"packages": [
{
"name": "minimal",
@ -398,15 +398,11 @@
},
"statusmonitoroverlay": {
"repo": "masagrator/Status-Monitor-Overlay",
"regex": [".*Status-Monitor-Overlay.*\\.ovl"],
"regex": [".*Status-Monitor-Overlay.*\\.zip"],
"steps": [
{
"name": "create_dir",
"arguments": ["switch/.overlays"]
},
{
"name": "move",
"arguments": ["Status-Monitor-Overlay.ovl", "switch/.overlays/Status-Monitor-Overlay.ovl"]
"name": "extract",
"arguments": [".*Status-Monitor-Overlay.*\\.zip"]
}
]
},