One popular method for converting EXE to DEB is by using the alien command-line tool. alien is a package converter that can convert between different package formats, including EXE, RPM, and DEB.
Before diving into the conversion process, let's briefly understand what EXE and DEB files are: how to convert exe to deb
This creates a real .deb that installs your Windows app system-wide. One popular method for converting EXE to DEB
From the directory containing myapp-wine, run: Or using fakeroot for correct permissions: fakeroot dpkg-deb
dpkg-deb --build myapp-wine
Or using fakeroot for correct permissions:
fakeroot dpkg-deb --build myapp-wine
You will get a file named myapp-wine.deb.
Solution: Run update-desktop-database and check .desktop file permissions (644).