Skip to content

Commit 7946aa4

Browse files
committed
File fixes and removal of unnecessary(?) ones
1 parent 76bd555 commit 7946aa4

File tree

5 files changed

+10
-184
lines changed

5 files changed

+10
-184
lines changed

CMake/ScmRevGen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ if(APPLE)
7171
endif()
7272

7373
if(LINUX)
74-
configure_source_file("Flatpak/org.DolphinEmu.dolphin-emu.metainfo.xml")
74+
configure_source_file("Distribution/flatpak/org.projectplusgame.project-plus-dolphin.metainfo.xml")
7575
endif()

Distribution/flatpak/flatpak.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ modules:
148148
# prevents dolphin from attempting to write conf files
149149
# in non-writable paths, typically happens when a user
150150
# has leftover files from a previous non-flatpak install
151-
- type: script
152-
commands:
153-
- |
154-
for i in {0..9}; do
155-
test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
156-
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
157-
done
158-
project-plus-dolphin "$@"
159-
dest-filename: project-plus-dolphin-wrapper
151+
#- type: script
152+
# commands:
153+
# - |
154+
# for i in {0..9}; do
155+
# test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
156+
# ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
157+
# done
158+
# project-plus-dolphin "$@"
159+
# dest-filename: project-plus-dolphin-wrapper
160160
post-install:
161161
- |
162162
- install -D -t ${FLATPAK_DEST}/bin/ project-plus-dolphin-wrapper

Flatpak/dolphin-emu-wrapper

Lines changed: 0 additions & 54 deletions
This file was deleted.

Flatpak/org.DolphinEmu.dolphin-emu.metainfo.xml.in

Lines changed: 0 additions & 52 deletions
This file was deleted.

Flatpak/org.DolphinEmu.dolphin-emu.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)