mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Moved away the creation of .sync folder
This commit is contained in:
parent
bf2fa76c27
commit
04919fdf7f
|
@ -3,9 +3,6 @@ import shutil
|
||||||
import re
|
import re
|
||||||
|
|
||||||
def resetfun(rdhome):
|
def resetfun(rdhome):
|
||||||
if not os.path.exists(rdhome+"/.sync/"):
|
|
||||||
os.makedirs(rdhome+"/.sync/")
|
|
||||||
|
|
||||||
os.system("/app/bin/zypak-wrapper /app/srm/steam-rom-manager list")
|
os.system("/app/bin/zypak-wrapper /app/srm/steam-rom-manager list")
|
||||||
srm_path=os.path.expanduser("~/.var/app/net.retrodeck.retrodeck/config/steam-rom-manager/userData/userConfigurations.json")
|
srm_path=os.path.expanduser("~/.var/app/net.retrodeck.retrodeck/config/steam-rom-manager/userData/userConfigurations.json")
|
||||||
if not os.path.isfile(srm_path):
|
if not os.path.isfile(srm_path):
|
||||||
|
|
Loading…
Reference in a new issue