From ab578810888e9383d01bf18e6dcfb26388457eac Mon Sep 17 00:00:00 2001 From: laz Date: Fri, 9 Aug 2024 14:59:50 +0200 Subject: [PATCH] testing --- .../testing/cooker-testing.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/wiki-rtd/docs/wiki_development/testing/cooker-testing.md b/wiki-rtd/docs/wiki_development/testing/cooker-testing.md index 9c99366..ee8791a 100644 --- a/wiki-rtd/docs/wiki_development/testing/cooker-testing.md +++ b/wiki-rtd/docs/wiki_development/testing/cooker-testing.md @@ -76,12 +76,33 @@ Thank you! ❤️ If you want to trigger the upgrade script again between a version upgrade to try something out. +You can do it via CLI (recommend) or Manually by editing the CFG file + +### CLI + Do the following command `flatpak run net.retrodeck.retrodeck --test-upgrade ` -Example: +**Example:** `flatpak run net.retrodeck.retrodeck --test-upgrade 0.8.0b` This will trigger all the post-updates from `0.8.0b` to the current version you got installed. + + +### Manually via CFG + + Go to and edit the `.cfg` file: + +`~/.var/app/net.retrodeck.retrodeck/config/retrodeck/retrodeck.cfg` + +Find the `version=` value and change it to an older versions value and press save. + +Next time you start RetroDECK the post-update should trigger again. + +**Example:** + +Edit the `.cfg` so the value is `version=0.8.0b`. + +This will trigger all the post-updates from `0.8.0b` to the current version you got installed.