When Building a windows MSI file with hover build windows-msi The installed application will not run. After digging around, I found that libapp.so is missing from C:\Program Files (x86)\MY_APP.
If I run hover build windows and manually copy libapp.so file from windows-release directory into C:\Program Files (x86)\MY_APP\libapp.so then everything run fine.