How would I get it to package up an .exe, .dmg, & a Linux installer? Say that I want my app to run on multiple OS's and want to distribute to all platforms. I would be building the app on my Windows 11.
@@MadPonyInteractive Okay, so I actually have to bring the project files into the specific Operating System that I want to create an executable program file on? It seems like you should still be able to use any OS and have it render out any OS executable file.
How would I get it to package up an .exe, .dmg, & a Linux installer? Say that I want my app to run on multiple OS's and want to distribute to all platforms. I would be building the app on my Windows 11.
You would have to do it in the separate systems individually. so if you want an exe you have to package it in windows, dmg in mac etc
@@MadPonyInteractive Okay, so I actually have to bring the project files into the specific Operating System that I want to create an executable program file on? It seems like you should still be able to use any OS and have it render out any OS executable file.
@@aaroncatolico7550 Yeah unfortunately it is a limitation of PyInstaller