Merge pull request #184 from flathub/explain-dolphin-tool

Add flatpak-tool to the readme
This commit is contained in:
Carles Pastor Badosa 2024-02-10 11:10:45 +01:00 committed by GitHub
commit 2bc88c0d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -97,6 +97,14 @@ Required for screensaver inhibition during gameplay.
It can be disabled but your screensaver might trigger during gameplay depending on your input device and screensaver configuration. It can be disabled but your screensaver might trigger during gameplay depending on your input device and screensaver configuration.
# dolphin-tool
Some cli iso manipulation tasks can be achieved with `dolphin-tool`, it is bundled with the flatpak but not exposed to the outside.
It can be accessed through the `--command` option in `flatpak run`, for instance, checking a game's header would be achieved in this way:
`flatpak run --command=dolphin-tool org.DolphinEmu.dolphin-emu header -i /path/to/file`
# Update frequency # Update frequency
We update on beta releases and dolphin progress reports (these usually happen at the same time). We update on beta releases and dolphin progress reports (these usually happen at the same time).

View file

@ -3,6 +3,7 @@
<application> <application>
<id type="desktop">dolphin-emu.desktop</id> <id type="desktop">dolphin-emu.desktop</id>
<name>Dolphin Emulator</name> <name>Dolphin Emulator</name>
<developer_name>dolphin-emu team</developer_name>
<summary>GameCube / Wii / Triforce Emulator</summary> <summary>GameCube / Wii / Triforce Emulator</summary>
<metadata_license>CC-BY-SA-3.0</metadata_license> <metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0+</project_license> <project_license>GPL-2.0+</project_license>