We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c0797 commit 87aa8a8Copy full SHA for 87aa8a8
1 file changed
src/setup.ts
@@ -16,6 +16,6 @@ export async function setupQt(options: SetupOptions): Promise<string> {
16
const extractDir = options.qtDir;
17
await download(downloadLink, archivePath, { name: 'Qt for Mac' });
18
await extract(archivePath, extractDir);
19
- console.log(`Qt was setup successfully. QtDir: ${extractDir}`);
+ console.log(`Mini Qt was setup successfully. QtDir: ${extractDir}`);
20
return extractDir;
21
}
0 commit comments