mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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
|
.old
|
||||||
tmp
|
tmp
|
||||||
.godot
|
.godot
|
||||||
|
|
||||||
|
# Python #
|
||||||
|
##########
|
||||||
|
__pycache__
|
||||||
|
|
|
@ -27,6 +27,7 @@ finish-args:
|
||||||
- --filesystem=home
|
- --filesystem=home
|
||||||
- --filesystem=/run/media
|
- --filesystem=/run/media
|
||||||
- --filesystem=/media
|
- --filesystem=/media
|
||||||
|
- --filesystem=home/.var/app/com.valvesoftware.Steam
|
||||||
- --allow=multiarch
|
- --allow=multiarch
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
||||||
|
@ -1320,7 +1321,7 @@ modules:
|
||||||
|
|
||||||
# Function libraries
|
# Function libraries
|
||||||
- mkdir -p /app/libexec
|
- mkdir -p /app/libexec
|
||||||
- cp -r functions/* "/app/libexec/"
|
- cp -r functions/** "/app/libexec/"
|
||||||
|
|
||||||
# Desktop entries
|
# Desktop entries
|
||||||
- cp net.retrodeck.retrodeck.desktop /app/share/applications/net.retrodeck.retrodeck.desktop
|
- 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() {
|
configurator_add_steam() {
|
||||||
python3 /app/tools/Lutris/shortcut.py
|
python3 /app/libexec/steam-sync/steam-sync.py
|
||||||
configurator_welcome_dialog
|
configurator_welcome_dialog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue