Skip to content

Commit 9728474

Browse files
authored
Update platform.ts
1 parent 6e003d5 commit 9728474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export function getCurrentPlatform() {
9595

9696
break;
9797
case 'linuxmint':
98-
const versionId = getValue("VERSION_ID");
99-
if (versionId.startsWith("18")) {
98+
const lmVersionId = getValue("VERSION_ID");
99+
if (lmVersionId.startsWith("18")) {
100100
// Linux Mint 18 is binary compatible with Ubuntu 16.04
101101
return Platform.Ubuntu16;
102102
}

0 commit comments

Comments
 (0)