mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.95k stars 161 forks source link

Is there any way to directly produce windows .exe installation files under Ubuntu? #35

Closed xdwgood closed 4 years ago

xdwgood commented 4 years ago

Fbs works great under my Ubuntu! It can generate .deb installation files! But I don't want to install a virtual machine. How can fbs produce .exe installation files under Ubuntu?

Thank you for making us get .deb easy!

mherrmann commented 4 years ago

I'm sorry but this is not possible. The only way to get a .exe from fbs is to run fbs freeze on a Windows machine.

xdwgood commented 4 years ago

ok, got it. thanks again