When building on Windows, the Ansel's .desktop file is not generated and the script get stuck when trying to create a simlink to it with the message:
ln: failed to create symbolic link '/usr/share/applications/ansel.desktop': No such file or directory
I added a check on the file existence before the script creates the simlink.
WHAT DOES THIS DO?
When building on Windows, the Ansel's .desktop file is not generated and the script get stuck when trying to create a simlink to it with the message:
ln: failed to create symbolic link '/usr/share/applications/ansel.desktop': No such file or directory
I added a check on the file existence before the script creates the simlink.