Skip to content

Instantly share code, notes, and snippets.

@RuchirChawdhry
Last active April 19, 2024 01:44
Show Gist options
  • Save RuchirChawdhry/d452dac91912f5f3e23e907b1f4afca1 to your computer and use it in GitHub Desktop.
Save RuchirChawdhry/d452dac91912f5f3e23e907b1f4afca1 to your computer and use it in GitHub Desktop.
Todoist.json
{
"version": "9.1.4",
"license": "",
"extract_dir": "\\$PLUGINSDIR",
"url": "https://electron-dl.todoist.net/windows/Todoist-win32-9.1.4.exe#/dl.7z",
"depends": "",
"homepage": "https://todoist.com/",
"hash": "325A49BBB864F2EBEFE44BD6AB932900A12317C8E17334DC52BD3C0E8D3EE526",
"pre_install": [
"Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse -Force"
],
"bin": "Todoist.exe",
"shortcuts": [
[
"Todoist.exe",
"Todoist"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment