-
hi there i am trying to build a new notification script based on and reusing your quality examples and libraries. Unfortunately it seems I am still missing something because I cannot properly execute the binaries if the shared object is not in the same folder as the compiled binary. I oriented myself using the workflow action and build folder. I never packaged with pyinstaller / nuitka before to be honest. I cannot find information about build instructions (even within the existing *.py's here) for the "_internal" directory nor instructions for nuitka in this regards. Your help would be very much appreciated!
command: filelist:
build.sh (not optimized)
Since I do not want to package it, I am using a trimmed down Dockerfile
Imports of notify-*-sms
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just to be clear: Do you need to ship a compiled version of your notification plugin? |
Beta Was this translation helpful? Give feedback.
Just wait for the next milestone. We are currently rewriting the whole build process (to also be able to build on ARM, or build an MSI file for Windows).