mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
parent
896d84415e
commit
60075318a6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def open_app_at_startup(enabled=True):
|
|||
autostart_path = Path(user_config_dir("autostart"))
|
||||
|
||||
if not autostart_path.exists():
|
||||
autostart_path.mkdir()
|
||||
autostart_path.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
autostart_file_path = autostart_path / 'vorta.desktop'
|
||||
|
||||
|
|
Loading…
Reference in a new issue