PyQt package for distribution Quickstart

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 4

  • @aaroncatolico7550
    @aaroncatolico7550 2 ปีที่แล้ว

    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
      @MadPonyInteractive  2 ปีที่แล้ว +1

      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

    • @aaroncatolico7550
      @aaroncatolico7550 2 ปีที่แล้ว +1

      @@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.

    • @MadPonyInteractive
      @MadPonyInteractive  2 ปีที่แล้ว

      @@aaroncatolico7550 Yeah unfortunately it is a limitation of PyInstaller