Skip to content

Commit

Permalink
Add FCEUX manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Feb 7, 2024
1 parent 26cc738 commit ab10e4d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/fceux.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2.6.6",
"description": "Nintendo NES and Famicom emulator",
"homepage": "https://github.com/TASEmulators/fceux",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/TASEmulators/fceux/releases/download/v2.6.6/fceux-2.6.6-win64.zip",
"hash": "bc8f7e420ebf512615bc8bbc5b8beea655ea1feaf474742a2f56b35fd0415aee",
"bin": "fceux64.exe",
"shortcuts": [
[
"fceux64.exe",
"FCEUX"
]
]
}
},
"pre_install": "if (!(Test-Path $persist_dir\\fceux.cfg)) { New-Item $dir\\fceux.cfg | Out-Null }",
"persist": [
"cheats",
"fcs",
"movies",
"sav",
"snaps",
"fceux.cfg"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TASEmulators/fceux/releases/download/v$version/fceux-$version-win64.zip"
}
}
}
}

0 comments on commit ab10e4d

Please sign in to comment.