EET icon indicating copy to clipboard operation
EET copied to clipboard

EET fails to install without the s falg on Windows if the path to desktop includes a space

Open GraionDilach opened this issue 2 years ago • 0 comments

Which is still possible with local accounts having usernames with spaces.

Maybe https://github.com/Gibberlings3/EET/blob/db3b9292a1de20a92bff13670c991225051f749f/EET/EET.tp2#L2677 should be

for /F  %%a in ('echo "%DESKTOP%"') do echo %%a>EET/temp/path.txt

?

GraionDilach avatar Nov 14 '21 22:11 GraionDilach