Skip to content

Commit

Permalink
Snes9xgx: Delete non-root apps folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Artuto committed Aug 8, 2024
1 parent 39de2b4 commit fe7a290
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion contents/snes9xgx.oscmeta
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,27 @@
"format": "zip",
"repository": "dborth/snes9xgx",
"file": "Snes9xGX-*[!GameCube].zip"
}
},
"treatments": [
{
"treatment": "contents.move",
"arguments": [
"Snes9xGX/apps/snes9xgx/",
"apps/snes9xgx/"
]
},
{
"treatment": "contents.move",
"arguments": [
"Snes9xGX/snes9xgx/",
"snes9xgx/"
]
},
{
"treatment": "contents.delete",
"arguments": [
"snes9xgx/apps"
]
}
]
}

0 comments on commit fe7a290

Please sign in to comment.