Skip to content

Commit ba16364

Browse files
authored
Update config.py
1 parent d8b7d58 commit ba16364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def __init__(self):
297297
os.chdir('xdg-data')
298298
os.system(f'cp -R ./ {home}/.local/share/')
299299
elif environment == 'Deepin':
300-
os.system(f"cp -R ./deepin {home}/.config")
301-
os.system(f"cp -R ./deepin-data {home}/.local/share/deepin")
300+
os.system(f"cp -R ./deepin {home}/.config/")
301+
os.system(f"cp -R ./deepin-data {home}/.local/share/deepin/")
302302
elif environment == None:
303303
print("→ SKIPPING: SaveDesktop is running in the TTY mode")
304304

0 commit comments

Comments
 (0)