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

View File

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

View File

@@ -24,7 +24,7 @@
"-f",
"/home/user/Desktop/thunderbird-profile.tar.gz",
"-C",
"/home/user/Desktop/"
"/home/user/"
]
}
},
@@ -60,7 +60,7 @@
"command": [
"python3",
"/home/user/Desktop/firefox_decrypt.py",
"/home/user/Desktop/.thunderbird",
"/home/user/.thunderbird",
"-n",
"-c",
"2",
@@ -90,4 +90,4 @@
}
}
}
}
}