mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 11:33:12 +08:00
Only update po on Windows
This commit is contained in:
parent
53eda4f1cc
commit
04f5aa04b8
@ -328,6 +328,7 @@ class CuraConan(ConanFile):
|
||||
entitlements_file = entitlements_file if self.settings.os == "Macos" else "None")
|
||||
|
||||
# Update the po files
|
||||
if self.settings.os != "Windows" or self.conf.get("tools.microsoft.bash:path", check_type=str):
|
||||
vb = VirtualBuildEnv(self)
|
||||
vb.generate()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user