0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2024-10-21 02:01:40 +00:00
ryujinx-fork/Ryujinx/Updater
CeruleanSky b5a760bde9
Preserve command line arguments when updater restarts Ryujinx (#1643)
Command line arguements are not preserved by the updater, and this causes an issue when the updater restarts Ryujinx in portable mode as it will create/use/modify its default directory instead.

This simple pull addresses the first part of #1594 

As far as the second part of the issue, where the updater perhaps overzealously deletes everything but log files and folders, which causes problems in portable installs with a user subfolder or something else inside the Ryujinx folder. 

Perhaps an UpdateList.txt containing a list of files that the updater deletes is included in the ryujinx.zip/tar.gz/etc and placed in the upacked directory for the updater to use upon the next upgrade.

The build system can run something like `forfiles /s /m *.txt /c "cmd /c echo @relpath"` or the correct command for the OS and include it in the distribution, or it could be generated by the updater itself.
2020-10-29 23:07:10 +01:00
..
UpdateDialog.cs Preserve command line arguments when updater restarts Ryujinx (#1643) 2020-10-29 23:07:10 +01:00
UpdateDialog.glade Appveyor Ryujinx Updater (#1403) 2020-09-29 22:05:25 +02:00
Updater.cs Do not show update being availaible when appveyor is still building 2020-09-29 22:52:41 +02:00