pupdate

Pupdate - A thing for updating your Analogue Pocket

MIT License

Stars
1.1K

Bot releases are hidden (Show)

pupdate - v2.0.1 release

Published by mattpannella about 2 years ago

New Features:

  • roms will automatically download for arcade cores
  • updater process now only extracts zipfiles from github that contain openfpga cores, the rest will be skipped
  • added a new cli parameter
  -a, --all       Extract all release assets, instead of just ones containing openFPGA cores.
  • You can provide your github personal access token for the github api, to prevent hitting rate limits. Add it to the config object inside pocket_updater_settings.json like this:
"config": {
    "download_assets": true,
    "archive_name": "pocket-roms",
    "github_token": "MY_TOKEN"
  },
pupdate - v.1.4.0

Published by mattpannella about 2 years ago

New features:

  • Automatically check for and download firmware update files from analogue's website
  • Added 2 command line parameters
 -u, --update    Automatically download newest core list without asking.
 -p, --path      Absolute path to install location

example:
/path/to/pocket_updater -u -p /path/to/sdcard/

To use:
Put the updater executable on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
If it's your first time using it, be sure to have it download the master cores list. (it will prompt you)
pray for success

pupdate - v.1.3.0

Published by mattpannella about 2 years ago

Fixed issue related to GB and GBC cores being hosted on one repo. It will always extract every zip in a release, now

NOTE: If you already ran updater v1.2.0 to download spiritualized1997's GBC 1.3.0 core, you need to delete the GBC core from your sd card and re-run the updater, if you want it to download the GB core. this is a one time fix. going forward they will always both download

To use:
Put the updater executable and the auto_update.json(or just let the updater download it for you) on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
pray for success

pupdate - v1.2.0

Published by mattpannella about 2 years ago

WIll prompt to download the cores json file from github at launch, now. this way as they are added you dont need to manually go and get the updated file or edit it yourself

To use:
Put the updater executable and the auto_update.json(or just let the updater download it for you) on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
pray for success

pupdate - v1.1.1

Published by mattpannella about 2 years ago

it will check for updates, at launch, now. to make it easier to keep up to date with new releases

To use:
Put the auto_update.json and updater executable on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
pray for success

pupdate - v.1.1.0

Published by mattpannella about 2 years ago

New version will check the auto_update.json file for any bios files and install them
If you don't want the bios files to auto download, just remove them from the json
it should check if a bios file is already installed and skip it if it finds one

To use:
Put the auto_update.json and updater executable on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
pray for success

pupdate - v1.0.0

Published by mattpannella about 2 years ago

Put the auto_update.json and updater executable on the root of your sd card(or any directory, where you want the cores installed)
Run the executable
pray for success