Assist icon indicating copy to clipboard operation
Assist copied to clipboard

Split up Project into its executables

Open Blackjacx opened this issue 4 years ago • 0 comments

This project contains executables that each can run on different platforms. Distributing them in one opackage has the following disadvantages:

  • platform the whole package is restricted to the lowest common denominator (macOS)
  • downloading and building the whole package takes much more time than building a single executable
  • not all executables need all package dependencies

🚨 When this is done don't forget to update the Bitrise screenshot step for Beiwagen!

Blackjacx avatar Sep 24 '20 20:09 Blackjacx