reloxx13 / Dolphin-Updater

Update to the newest version of Dolphin with a click of a button!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dolphin-Updater

Update to the newest version of Dolphin Emulator with a click of a button!

Release 3.0 Features:

  • Detect newest version and download
  • Launch dolphin directly from the app
  • Shows a recent changelog
  • Option to auto-launch dolphin
  • Command line capabilities
  • Compatible with dev builds from Dolphin 5.0 and up!

After setting up, select which folder you keep dolphin in using the folder button, then click the download button to install the newest version. Administrator is only required if your dolphin path is a system protected folder.

Here's what the application will look like:

app_example

Command Line Usage Example:

"C:\Program Files (x86)\DolphinUpdate\DolphinCmd" --help     (list all command line arguments)
"C:\Program Files (x86)\DolphinUpdate\DolphinCmd" -d         (download the newest version)

You can also do something like this:

cd C:\Program Files (x86)\DolphinUpdate     (change active directory)
DolphinCmd -i                               (provide information about your installation)

This should also allow you to update dolphin with Windows Task Scheduler.

Just make sure you add the app folder to scheduler's "Start In" parameter or downloading will fail
eg: Start In (optional): C:\Program Files(x86)\DolphinUpdate



Dolphin website: https://dolphin-emu.org/

7zip is now packaged with this program: http://www.7-zip.org/

Source code has been compiled using PyInstaller and InnoSetup 5 (bat file is provided to compile easily)

About

Update to the newest version of Dolphin with a click of a button!

License:GNU General Public License v3.0


Languages

Language:Python 92.6%Language:Inno Setup 6.9%Language:Batchfile 0.5%