support one more standard love handler

akkartik
Jun 24, 2026, 7:53 PM
F5BO2UEVOGWWX6V5QFOLFR57CEQOWOVY5DZBN64U7HG4KM4KQ5QAC

Dependencies

  • [2] KKMFQDR4 editing source code from within the app
  • [*] OTIBCAUJ love2d scaffold
  • [*] Z4KNS42N to open a file without a terminal, drag it on!

Change contents

  • edit in main.lua at line 168
    [5.7]
    [2.188003]
    function App.directorydropped(dir)
    if current_app_is_warning() then return end
    if Current_app == 'run' then
    if run.dir_drop then run.dir_drop(dir) end
    elseif Current_app == 'source' then
    if source.dir_drop then source.dir_drop(dir) end
    else
    assert(false, 'unknown app "'..Current_app..'"')
    end
    end