Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add public key to windows shorebird.yaml if found #71

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

bryanoltman
Copy link

This is required to support patch signing on Windows.

@bryanoltman bryanoltman marked this pull request as ready for review January 15, 2025 15:39
Comment on lines +131 to +136
final File shorebirdYamlFile = buildDirectory
.childDirectory('runner')
.childDirectory(sentenceCase(buildModeName))
.childDirectory('data')
.childDirectory('flutter_assets')
.childFile('shorebird.yaml');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little surprised there isn't a flutterAssets() path helper somewhere.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me too. Searching for "assets" in either cmake or windows files yielded nothing though 🤔

@bryanoltman bryanoltman merged commit 39dff68 into shorebird/dev Jan 15, 2025
3 of 4 checks passed
@bryanoltman bryanoltman deleted the bo/windows-public-key branch January 15, 2025 16:54
bryanoltman added a commit that referenced this pull request Jan 22, 2025
* Add public key to windows shorebird.yaml if found

* Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants