mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: removed appdata... AGAIN...
This commit is contained in:
parent
afc60f13b3
commit
366d3854c9
|
@ -66,8 +66,8 @@ modules:
|
||||||
# The version number is stored in /var/conf/retrodeck/version
|
# The version number is stored in /var/conf/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [X] Update the VERSION variable
|
# [ ] Update the VERSION variable
|
||||||
# [X] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -699,7 +699,6 @@ modules:
|
||||||
- /share/man
|
- /share/man
|
||||||
post-install:
|
post-install:
|
||||||
- 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
|
|
||||||
- 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='/app/bin/dolphin-emu-wrapper'
|
||||||
/app/share/applications/dolphin-emu.desktop
|
/app/share/applications/dolphin-emu.desktop
|
||||||
|
@ -718,8 +717,6 @@ modules:
|
||||||
- type: patch
|
- type: patch
|
||||||
path: rd-submodules/dolphin/nodirtyversion.patch
|
path: rd-submodules/dolphin/nodirtyversion.patch
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/dolphin/appdata.xml
|
|
||||||
- type: script
|
|
||||||
commands:
|
commands:
|
||||||
- for i in {0..9}; do
|
- for i in {0..9}; do
|
||||||
- test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
- test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||||
|
|
Loading…
Reference in a new issue