diff --git a/Support/getBundles.rb b/Support/getBundles.rb index dc225a7..49e431b 100644 --- a/Support/getBundles.rb +++ b/Support/getBundles.rb @@ -1176,7 +1176,7 @@ def closeMe updateDIALOG when 'infoButtonIsPressed': $infoThread = Thread.new { infoDIALOG($dialogResult) } when 'revealInFinderIsPressed': - $finder_app = ENV['FINDER_APP'] || "Finder" + $finder_app = ENV['TM_GETBUNDLES_REVEAL_BUNDLE_IN'] || "Finder" %x{osascript -e 'tell app "#{$finder_app}" to reveal POSIX file("#{$localBundles[$dialogResult['uuid']]['path']}")'} when 'openAsProjectIsPressed': %x{mate '#{$localBundles[$dialogResult['uuid']]['path']}'} when 'deleteButtonIsPressed': diff --git a/Support/help.markdown b/Support/help.markdown index 585a66e..ea92f50 100644 --- a/Support/help.markdown +++ b/Support/help.markdown @@ -298,7 +298,7 @@ This drawer shows the current content of the log file