tessl 0.79.1 → 0.81.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
|
@@ -327,7 +327,7 @@ function printUnsupportedPlatformMessage() {
|
|
|
327
327
|
async function prepareBinary() {
|
|
328
328
|
const tesslBinPath = getTesslBinPath();
|
|
329
329
|
const existingBinary = await getExistingBinaryPath(tesslBinPath);
|
|
330
|
-
const installerVersion = "0.
|
|
330
|
+
const installerVersion = "0.81.0";
|
|
331
331
|
const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
|
|
332
332
|
let versionMismatch = false;
|
|
333
333
|
if (isTestOrDevBuild && existingBinary) {
|