Bug #1909

Updated by Zbigniew Rebacz over 5 years ago

[klugier@X470-Pro plugin]$ svn diff
Index: tess2/tess2.upp
Generally speaking, plugins packages should not have mainconfig. I believe it is added by accident. Here is the diff that solves the problem:

<pre>
Index: tess2/tess2.upp

===================================================================
--- tess2/tess2.upp (wersja 12362)
+++ tess2/tess2.upp (kopia robocza)
@@ -25,6 +25,3 @@
tess.h,
Copying;

-mainconfig
- "" = "GUI";
-
</pre>

Back