compile: Only load signtool on Windows

This commit is contained in:
deajan 2025-09-10 20:36:01 +02:00
parent 8ac1082584
commit 5c343adb8b

View file

@ -1,2 +1,2 @@
nuitka>=2.4.8
windows_tools.signtool>=0.5.0
windows_tools.signtool>=0.5.0; platform_system == "Windows"