TechnicalPirate

Results 24 comments of TechnicalPirate

Hi @marcelotduarte I have added an updated [Gist for you here](https://gist.github.com/TechnicalPirate/259a9c24878fcad948452cb148af2a2c#file-custom_bdist_mac-py) the main change from @darad's previous gist is that with > `cx_Freeze` `6.4` we need to handle Qt framework...

Hi Marcel, I spent some time today replicating this. Using latest release ( 6.3 ) + the service sample i did the following. - Replaced `Run` with: ``` def Run(self):...

Hi Marcel I tried ( i think! ) your suggestions but am still finding it always exits cleanly and doesn't trigger any recovery actions. _(btw When searching this git project...

Hey Marcel - thanks for flagging it - I will put it on my TODO list to test. Thank you for taking this Johron! :)

Hi @marcelotduarte - I spent some time with Johron this week :) * We reproduce the issue again on the latest version to confirm nothing had changed in the interim...

@marcelotduarte - Yep, we actually ended up on a call to go through and ensure we were both observing the same behaviour prior to making the change -> then confirming...

Hi @marcelotduarte Just a head's up im picking up this issue now - We're updating our whole dependency chain so i'm investigating the output of cx_freeze since we developed the...

Just minor comment to aggregate some notes that may be beneficial to resolving this issue Already reported issues with code sign (_Which in turn will cause notarization fails_) - #1671...

Hi @marcelotduarte resuming conversation from the other issue. *Problem Statement*: `.app`s generated via `bdist_mac` have an invalid bundle structure To quote apples docs [Placing Content in a Bundle](https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle) > ***Important***...

Mini update After some more head scratching / head desk interactions - I was stumped for *ages* on afinal error i was getting from the notarization process + our bundle...