Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add dep to generate gen_snapshot.exe.
  • Loading branch information
godofredoc committed Nov 10, 2022
commit a420497a2382d9e89f44905c4eae58aa5372c12e
2 changes: 1 addition & 1 deletion build/archives/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ if (is_mac) {

if (is_win) {
zip_bundle("archive_win_gen_snapshot") {
deps = []
deps = [ "//third_party/dart/runtime/bin:gen_snapshot" ]
output = "$full_platform_name--$flutter_runtime_mode/windows-x64.zip"
files = [
{
Expand Down