No .deb needed.
To make the application show up in the Linux app menu, create a .desktop file: nano my-app-package/usr/share/applications/my-app.desktop Use code with caution. Add the following configuration: how to convert exe to deb link
Write a short bash script that triggers Wine to run your .exe . how to convert exe to deb link
Instead of converting the file, use (Wine Is Not an Emulator). It acts as a translation layer that allows Windows applications to run directly on Linux. Installation: Run sudo apt install wine in your terminal. how to convert exe to deb link