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
Fix output name.
  • Loading branch information
godofredoc committed Nov 10, 2022
commit 28dde2cd2938acd3ae0fee66a30606c19e41234d
4 changes: 3 additions & 1 deletion build/archives/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ if (is_mac) {
if (is_win) {
zip_bundle("archive_win_gen_snapshot") {
deps = [ "//third_party/dart/runtime/bin:gen_snapshot" ]
output = "$android_prebuilt_arch-$flutter_runtime_mode/windows-x64.zip"
cpu = "arm"
output =
"$target_host_name-$target_cpu-$flutter_runtime_mode/windows-x64.zip"
files = [
{
source = "$root_out_dir/gen_snapshot.exe"
Expand Down