Skip to content

Commit

Permalink
subtitleedit: Add bin property (closes #1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Feb 11, 2019
1 parent 5159b5b commit c3a483f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bucket/subtitleedit.json
@@ -1,12 +1,13 @@
{
"version": "3.5.9",
"description": "Editor for video subtitles.",
"homepage": "http://www.nikse.dk/subtitleedit/",
"description": "Editor for video subtitles.",
"license": "GPL-3.0-only",
"version": "3.5.9",
"url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip",
"hash": "9eeca6bba1084f84a9cefcda4109ff7865f5699d7f501a1c6beb5df84bd0df05",
"pre_install": "if(!(Test-Path(\"$persist_dir\\Settings.xml\"))) { New-Item \"$dir\\Settings.xml\" -Type File | Out-Null }",
"persist": "Settings.xml",
"bin": "SubtitleEdit.exe",
"shortcuts": [
[
"SubtitleEdit.exe",
Expand Down

0 comments on commit c3a483f

Please sign in to comment.