Skip to content

Commit

Permalink
retroarch-nightly: Add and fix persistent folders (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyndon authored Jan 9, 2025
1 parent 90540ad commit 07eba3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bucket/retroarch-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\retroarch.cfg\")) {",
" New-Item \"$persist_dir\\retroarch.cfg\" -Type File | Out-Null",
"if (!(Test-Path \"$persist_dir\\retroarch.cfg\")) { Move-Item \"$dir\\retroarch.default.cfg\" \"$dir\\retroarch.cfg\" }",
"'favorites', 'history' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\content_$_.lpl\")) { New-Item \"$dir\\content_$_.lpl\" | Out-Null }",
"}"
],
"bin": [
Expand All @@ -42,6 +43,8 @@
"assets\\wallpapers",
"cores",
"cheats",
"config",
"downloads",
"overlays",
"playlists",
"records",
Expand Down

0 comments on commit 07eba3f

Please sign in to comment.