Merge branch 'feat/steam-sync' into cooker-0.8.0b

This commit is contained in:
XargonWan 2023-10-15 21:06:01 +02:00
commit 0143b1a040
8 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View file

@ -17,3 +17,7 @@ backup
.old
tmp
.godot
# Python #
##########
__pycache__

View file

@ -27,6 +27,7 @@ finish-args:
- --filesystem=home
- --filesystem=/run/media
- --filesystem=/media
- --filesystem=home/.var/app/com.valvesoftware.Steam
- --allow=multiarch
- --talk-name=org.freedesktop.ScreenSaver
- --talk-name=org.freedesktop.PowerManagement.Inhibit
@ -1320,7 +1321,7 @@ modules:
# Function libraries
- mkdir -p /app/libexec
- cp -r functions/* "/app/libexec/"
- cp -r functions/** "/app/libexec/"
# Desktop entries
- cp net.retrodeck.retrodeck.desktop /app/share/applications/net.retrodeck.retrodeck.desktop

View file

@ -1103,7 +1103,7 @@ configurator_about_retrodeck_dialog() {
}
configurator_add_steam() {
python3 /app/tools/Lutris/shortcut.py
python3 /app/libexec/steam-sync/steam-sync.py
configurator_welcome_dialog
}