tessl 0.101.0 → 0.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/tessl.js +1 -1
- package/package.json +1 -1
package/bin/tessl.js
CHANGED
|
@@ -481,7 +481,7 @@ function printUnsupportedPlatformMessage() {
|
|
|
481
481
|
async function prepareBinary() {
|
|
482
482
|
const tesslBinPath = getTesslBinPath();
|
|
483
483
|
const existingBinary = await getExistingBinaryPath(tesslBinPath);
|
|
484
|
-
const installerVersion = "0.
|
|
484
|
+
const installerVersion = "0.102.0";
|
|
485
485
|
const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
|
|
486
486
|
let versionMismatch = false;
|
|
487
487
|
if (isTestOrDevBuild && existingBinary) {
|