mirror of
https://github.com/RetroDECK/io.github.shiiion.primehack.git
synced 2025-04-10 19:15:11 +00:00
Changes for the PR
This commit is contained in:
parent
5d608a70e8
commit
633280794a
|
@ -3,7 +3,7 @@
|
||||||
<id type="desktop">dolphin-emu.desktop</id>
|
<id type="desktop">dolphin-emu.desktop</id>
|
||||||
<name>PrimeHack</name>
|
<name>PrimeHack</name>
|
||||||
<summary>Dolphin Emu fork for various Metroid Prime mods</summary>
|
<summary>Dolphin Emu fork for various Metroid Prime mods</summary>
|
||||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-2.0+</project_license>
|
<project_license>GPL-2.0+</project_license>
|
||||||
<content_rating type="oars-1.0" />
|
<content_rating type="oars-1.0" />
|
||||||
<description><p>PrimeHack is a fork of Dolphin Emulator to bring modern Mouse & Keyboard controls, as well as Dual-Stick gamepad controls to the Metroid Prime Trilogy. PrimeHack also offers many other features such as increased FoV and various new cheats.</p></description>
|
<description><p>PrimeHack is a fork of Dolphin Emulator to bring modern Mouse & Keyboard controls, as well as Dual-Stick gamepad controls to the Metroid Prime Trilogy. PrimeHack also offers many other features such as increased FoV and various new cheats.</p></description>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
app-id: org.shiiion.primehack
|
app-id: io.github.shiiion.dolphin
|
||||||
branch: master
|
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: 5.15-21.08
|
runtime-version: 5.15-21.08
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
|
@ -108,7 +107,7 @@ modules:
|
||||||
- install -D dolphin-emu-wrapper /app/bin/dolphin-emu-wrapper
|
- install -D dolphin-emu-wrapper /app/bin/dolphin-emu-wrapper
|
||||||
- install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml
|
- install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml
|
||||||
- sed -i -e 's/"2048"/"512"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg
|
- sed -i -e 's/"2048"/"512"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg
|
||||||
- desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-emu-wrapper'
|
- desktop-file-edit --set-key=Exec --set-value='dolphin-emu-wrapper'
|
||||||
/app/share/applications/dolphin-emu.desktop
|
/app/share/applications/dolphin-emu.desktop
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
|
|
Loading…
Reference in a new issue