This still didnt work for me. Why dont you try to rebuild it and reupload it ?
Make .exe file (source: https://github.com/LazerLars/inLove2d)
https://love2d.org/wiki/Game_Distribution
- Add love.exe to your repo
- Zip all files your project
- Rename filename.zip to -> .love
- Open dir in cmd and run command:
4.1) copy /b love.exe+yourGameFileName.love theNameOfYourExeFileForYourGame.exe
OR if cmd dont work directly with that command try in powershell, that often does the trick then
x) Or open powershell and run command:
x) cmd /c "copy /b love.exe+yourGameFileName.love theNameOfYourExeFileForYourGame.exe"