override_detected_notification_system kwarg has been changed to use_custom_notifier. This kwarg is for passing a custom object inherited by BaseNotifier.
override_detected_notification_system is now for passing a custom platform name.
new:
override_windows_version_detection : this new kwarg allows for older 8/7 users to attempt to try to use the Windows 10 method of notifying. (Probably will not work).
notifypyEnableLogging: this new kwarg enables logging.
CLI Support! (Syntax can be found at #12)
Fixes:
Stop powershell from popping up in pyinstaller.exe #18
breaking changes:
override_detected_notification_system
kwarg has been changed touse_custom_notifier
. This kwarg is for passing a custom object inherited by BaseNotifier.override_detected_notification_system
is now for passing a custom platform name.new:
override_windows_version_detection
: this new kwarg allows for older 8/7 users to attempt to try to use the Windows 10 method of notifying. (Probably will not work).notifypyEnableLogging
: this new kwarg enables logging.CLI Support! (Syntax can be found at #12)
Fixes: