Skip to content

Commit

Permalink
Add FPSLocker patches to build
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 18, 2024
1 parent f84dc18 commit 7e409db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: "Install FPSLocker patches"
working-directory: ./Sources/NXVenom
run: curl -L https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/main.zip > main.zip
run: unzip main.zip
run: cp -r FPSLocker-Warehouse-main/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-main
- name: "Compile OCBundle (legacy)"
working-directory: ./Sources/NXVenom
run: zip -qqrX ../../OCBundle.zip ./
Expand Down

0 comments on commit 7e409db

Please sign in to comment.