@tessl/cli 0.70.1 → 0.71.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
|
@@ -265,7 +265,7 @@ function printUnsupportedPlatformMessage() {
|
|
|
265
265
|
async function prepareBinary() {
|
|
266
266
|
const symlinkPath = getSymlinkPath();
|
|
267
267
|
const symlinkTarget = await getExistingBinaryPath(symlinkPath);
|
|
268
|
-
const installerVersion = "0.
|
|
268
|
+
const installerVersion = "0.71.0";
|
|
269
269
|
const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
|
|
270
270
|
let symlinkMismatch = false;
|
|
271
271
|
if (isTestOrDevBuild && symlinkTarget) {
|