@tessl/cli 0.63.3 → 0.64.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
|
@@ -238,7 +238,7 @@ function printUnsupportedPlatformMessage() {
|
|
|
238
238
|
async function prepareBinary() {
|
|
239
239
|
const symlinkPath = getSymlinkPath();
|
|
240
240
|
const symlinkTarget = await getExistingBinaryPath(symlinkPath);
|
|
241
|
-
const installerVersion = "0.
|
|
241
|
+
const installerVersion = "0.64.0";
|
|
242
242
|
const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
|
|
243
243
|
let symlinkMismatch = false;
|
|
244
244
|
if (isTestOrDevBuild && symlinkTarget) {
|