d4lf icon indicating copy to clipboard operation
d4lf copied to clipboard

Update build.py

Open suchyindustries opened this issue 7 months ago • 1 comments

As d4lf doesn't update changes "on the fly", I think everybody's behaviour is: after setting up in GUI, start the main program. So this is my proposed change: From now on, after "d4lf.exe --gui" closes, it will automatically start the main d4lf.exe. Try it yourself with this batch script:

@echo off cd /d "%~dp0" d4lf.exe --gui start "" d4lf.exe

suchyindustries avatar Jul 01 '24 17:07 suchyindustries