Hacker News new | ask | show | jobs
by mherrmann 2760 days ago
> It took some difficult weeks to figure out how to build and package

I had the exact same experience with my PyQt-based file manager [1]. Because of this frustration, I open sourced its build system [2]. I believe it could have saved you those weeks of work. Maybe it can still help you if you want to add automatic updates on Mac, or support other OSs (Windows, Linux).

1: https://fman.io

2: https://build-system.fman.io

1 comments

Wow! I did not realise you had made a build system as a standalone project. This is excellent.