Skip to content

Commit a2c6b41

Browse files
committed
fix conanfile
1 parent 082fd50 commit a2c6b41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5+2
2+
3+
- hotfix: update the version of prebuilt libs
4+
15
## 1.0.5+1
26

37
- Optimize Vectors

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class OcvDartDesktop(ConanFile):
5252
"output_dir": "build",
5353
"opencv_overwrite": False,
5454
"opencv_dir": "",
55-
"publish": False,
55+
"publish": True,
5656
}
5757

5858
opencv_full: Path

0 commit comments

Comments
 (0)