Skip to content

Commit

Permalink
Merge pull request #137 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Merge fixes from dev into master
  • Loading branch information
hax4dazy authored May 12, 2024
2 parents eba8254 + 8f3ff23 commit 3d60485
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 4 additions & 8 deletions src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseVersion": "4.9.0",
"releaseVersion": "4.10.0",
"packages": [
{
"name": "minimal",
Expand Down Expand Up @@ -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"]
}
]
},
Expand Down

0 comments on commit 3d60485

Please sign in to comment.