mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Backup shortcuts (#144)
* Add initial option to back up shortcuts * Show list of backups * Reload backups on change * Restore backups * Improve UX of backup ui * Reorganize ui * Update version in cargo.toml * Update flatpak description * Update cargo-lock.json
This commit is contained in:
@@ -402,6 +402,19 @@
|
||||
"dest": "cargo/vendor/cgl-0.3.2",
|
||||
"dest-filename": ".cargo-checksum.json"
|
||||
},
|
||||
{
|
||||
"type": "archive",
|
||||
"archive-type": "tar-gzip",
|
||||
"url": "https://static.crates.io/crates/chrono/chrono-0.4.19.crate",
|
||||
"sha256": "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73",
|
||||
"dest": "cargo/vendor/chrono-0.4.19"
|
||||
},
|
||||
{
|
||||
"type": "inline",
|
||||
"contents": "{\"package\": \"670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73\", \"files\": {}}",
|
||||
"dest": "cargo/vendor/chrono-0.4.19",
|
||||
"dest-filename": ".cargo-checksum.json"
|
||||
},
|
||||
{
|
||||
"type": "archive",
|
||||
"archive-type": "tar-gzip",
|
||||
@@ -3327,6 +3340,19 @@
|
||||
"dest": "cargo/vendor/tiff-0.7.2",
|
||||
"dest-filename": ".cargo-checksum.json"
|
||||
},
|
||||
{
|
||||
"type": "archive",
|
||||
"archive-type": "tar-gzip",
|
||||
"url": "https://static.crates.io/crates/time/time-0.1.43.crate",
|
||||
"sha256": "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438",
|
||||
"dest": "cargo/vendor/time-0.1.43"
|
||||
},
|
||||
{
|
||||
"type": "inline",
|
||||
"contents": "{\"package\": \"ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438\", \"files\": {}}",
|
||||
"dest": "cargo/vendor/time-0.1.43",
|
||||
"dest-filename": ".cargo-checksum.json"
|
||||
},
|
||||
{
|
||||
"type": "archive",
|
||||
"archive-type": "tar-gzip",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<p>This little tool will show games from other games platforms in your Steam library.
|
||||
It uses the Steam 3rd party shortcuts feature and does not require you to set up anything.
|
||||
The goal is that you do not have to leave your Steam library to launch games from other launchers/stores, so that you can find all the games that you have available.
|
||||
Optionally you can set BoilR up to automatically download artwork from SteamGridDB.</p>
|
||||
You can also use BoilR to manually and automatically download custom art from SteamGridDB.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
@@ -25,7 +25,12 @@ https://hughsie.github.io/oars/index.html
|
||||
-->
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.3.5" date="2022-05-17">
|
||||
<release version="1.3.7" date="2022-05-17">
|
||||
<description>
|
||||
<p>Back up your shortcuts and restore them later</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.3.6" date="2022-05-17">
|
||||
<description>
|
||||
<p>Automatically find Steam installed through flatpak</p>
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user