mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Only update po on Windows
This commit is contained in:
parent
53eda4f1cc
commit
04f5aa04b8
1 changed files with 11 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue