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 baf0b40 commit c6f01f5Copy full SHA for c6f01f5
lib/src/package_meta.dart
@@ -95,6 +95,8 @@ class _FilePackageMeta extends PackageMeta {
95
void runPubGet() {
96
String pubPath =
97
path.join(path.dirname(Platform.resolvedExecutable), 'pub');
98
+ if (Platform.isWindows) pubPath += '.bat';
99
+
100
ProcessResult result =
101
Process.runSync(pubPath, ['get'], workingDirectory: dir.path);
102
0 commit comments