fix: Broken profile path in 3 Thunderbird tasks

This commit is contained in:
Thomas Kuntz
2025-04-28 15:39:26 +02:00
parent 408ee1ba7d
commit af993b3a3d
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
"-f", "-f",
"/home/user/Desktop/thunderbird-profile-blank.tar.gz", "/home/user/Desktop/thunderbird-profile-blank.tar.gz",
"-C", "-C",
"/home/user/Desktop/" "/home/user/"
] ]
} }
}, },

View File

@@ -24,7 +24,7 @@
"-f", "-f",
"/home/user/Desktop/thunderbird-profile.tar.gz", "/home/user/Desktop/thunderbird-profile.tar.gz",
"-C", "-C",
"/home/user/Desktop/" "/home/user/"
] ]
} }
}, },

View File

@@ -24,7 +24,7 @@
"-f", "-f",
"/home/user/Desktop/thunderbird-profile.tar.gz", "/home/user/Desktop/thunderbird-profile.tar.gz",
"-C", "-C",
"/home/user/Desktop/" "/home/user/"
] ]
} }
}, },