Merge pull request #187 from thomas-kuntz/fix-thund-path

fix: Broken profile path in 3 Thunderbird tasks
This commit is contained in:
Danyang Zhang
2025-05-06 16:33:44 +08:00
committed by GitHub
3 changed files with 7 additions and 7 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/"
] ]
} }
}, },
@@ -60,7 +60,7 @@
"command": [ "command": [
"python3", "python3",
"/home/user/Desktop/firefox_decrypt.py", "/home/user/Desktop/firefox_decrypt.py",
"/home/user/Desktop/.thunderbird", "/home/user/.thunderbird",
"-n", "-n",
"-c", "-c",
"2", "2",

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/"
] ]
} }
}, },
@@ -60,7 +60,7 @@
"command": [ "command": [
"python3", "python3",
"/home/user/Desktop/firefox_decrypt.py", "/home/user/Desktop/firefox_decrypt.py",
"/home/user/Desktop/.thunderbird", "/home/user/.thunderbird",
"-n", "-n",
"-c", "-c",
"2", "2",