Skip to content

Commit

Permalink
rvx-builder: Fix invalid settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Strappazzon committed Dec 10, 2024
1 parent b1a6d22 commit df41a16
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bucket/rvx-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@
},
"url": "https://github.com/inotia00/rvx-builder/releases/download/v3.17.0/rvx-builder-win.exe",
"hash": "5a95f6f45bcd52258f88d092b414ce96c947379458cd22528b7f3600a017e3b8",
"pre_install": "If (!(Test-Path \"$persist_dir\\settings.json\")) { New-Item \"$dir\\settings.json\" -ItemType File | Out-Null }",
"pre_install": [
"'{",
" \"sources\": {",
" \"cli\": \"inotia00/revanced-cli-arsclib\",",
" \"patches\": \"inotia00/revanced-patches-arsclib\",",
" \"integrations\": \"inotia00/revanced-integrations\",",
" \"microg\": \"ReVanced/GmsCore\",",
" \"prereleases\": \"null\",",
" \"cli4\": \"true\"",
" },",
" \"patches\": []",
"}' | Out-File -File \"$dir\\settings.json\" -Encoding utf8"
],
"bin": "rvx-builder-win.exe",
"shortcuts": [
[
Expand Down

0 comments on commit df41a16

Please sign in to comment.