shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
1.96k stars 118 forks source link

fix(shorebird_cli): use completion command when compiling shorebird for Windows #1965

Closed bryanoltman closed 3 weeks ago

bryanoltman commented 3 weeks ago

Description

Fixes the issue where attempting to compile shorebird for windows results in the following:

Running pub upgrade... 
PathNotFoundException: Cannot open file, path = 'D:\a\shorebird\shorebird\packages\bin\internal\flutter.version' (OS Error: The system cannot find the path specified.
, errno = 3)
bin/cache/shorebird.snapshot: Error: Error when reading 'bin/cache/shorebird.snapshot': The system cannot find the file specified.

Type of Change