From 2fc9051b094369f31acd08e8269743640f2f7756 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Thu, 24 Oct 2024 02:32:10 +0200 Subject: [PATCH] Takeover SublimeFileBrowser --- repository/f.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/repository/f.json b/repository/f.json index b7b5a097d61..f7d296227b3 100644 --- a/repository/f.json +++ b/repository/f.json @@ -579,13 +579,16 @@ }, { "name": "FileBrowser", - "details": "https://github.com/aziz/SublimeFileBrowser", + "details": "https://github.com/kaste/SublimeFileBrowser", "labels": ["file navigation", "file creation", "file open", "sidebar"], "releases": [ { - "sublime_text": "*", - "tags": true, - "dependencies": ["package_events", "pathtools", "watchdog"] + "sublime_text": "<4000", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", + "tags": true } ] },