diff --git a/bucket/subtitleedit4.json b/bucket/subtitleedit4.json new file mode 100644 index 00000000000..e119c5585ac --- /dev/null +++ b/bucket/subtitleedit4.json @@ -0,0 +1,17 @@ +{ + "version": "4.0.16", + "description": "Video subtitles editor (Subtitle Edit 4).", + "homepage": "https://www.nikse.dk/subtitleedit/", + "license": "GPL-3.0-only", + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/4.0.16/SE4016.zip", + "hash": "f59328d651a250538474573f54ee7b15be7afc58749edd668779c7f39037e150", + "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.xml\")) { New-Item \"$dir\\Settings.xml\" | Out-Null }", + "bin": "SubtitleEdit.exe", + "shortcuts": [ + [ + "SubtitleEdit.exe", + "Subtitle Edit 4" + ] + ], + "persist": "Settings.xml" +}