Skip to content

Commit 87aa8a8

Browse files
committed
change log to say mini qt
1 parent 09c0797 commit 87aa8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export async function setupQt(options: SetupOptions): Promise<string> {
1616
const extractDir = options.qtDir;
1717
await download(downloadLink, archivePath, { name: 'Qt for Mac' });
1818
await extract(archivePath, extractDir);
19-
console.log(`Qt was setup successfully. QtDir: ${extractDir}`);
19+
console.log(`Mini Qt was setup successfully. QtDir: ${extractDir}`);
2020
return extractDir;
2121
}

0 commit comments

Comments
 (0)