mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge branch 'feat/steam-sync' into cooker-0.8.0b
This commit is contained in:
commit
0143b1a040
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -17,3 +17,7 @@ backup
|
|||
.old
|
||||
tmp
|
||||
.godot
|
||||
|
||||
# Python #
|
||||
##########
|
||||
__pycache__
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue