@fredlackey/devutils 0.0.6 → 0.0.7
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/package.json
CHANGED
|
@@ -566,7 +566,8 @@ async function install_windows() {
|
|
|
566
566
|
console.log('Installing Google Chrome via winget...');
|
|
567
567
|
|
|
568
568
|
const result = await winget.install(WINGET_PACKAGE_ID, {
|
|
569
|
-
silent: true
|
|
569
|
+
silent: true,
|
|
570
|
+
source: 'winget'
|
|
570
571
|
});
|
|
571
572
|
|
|
572
573
|
if (result.success) {
|