Skip to content

Commit

Permalink
Append 64 to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zabil committed May 14, 2024
1 parent 72d0e0e commit 509799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const fs = require('fs-extra');
const path = require('path');
const util = require('util');
const { helper, assert } = require('../helper');
const supportedPlatforms = ['mac-arm64', 'mac-x64', 'linux', 'win32', 'win64'];
const supportedPlatforms = ['mac-arm64', 'mac-x64', 'linux64', 'win32', 'win64'];

const readdirAsync = util.promisify(fs.readdir.bind(fs));
const browser = require('../../package.json').taiko.browser;
Expand Down

0 comments on commit 509799b

Please sign in to comment.