Skip to content

Commit

Permalink
Fix windows package build failures (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaKulkarni28 authored Feb 3, 2025
1 parent 0fb4172 commit 1d97a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/googet/windows_agent_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ fi
BUILD_DIR=$(pwd)
pushd $GUEST_AGENT_REPO
GOOS=windows VERSION=$version make cmd/google_guest_agent/google_guest_agent
cp cmd/google_guest_agent/google_guest_agent.exe $BUILD_DIR/GCEWindowsAgentManager.exe
cp cmd/google_guest_agent/google_guest_agent $BUILD_DIR/GCEWindowsAgentManager.exe
popd

0 comments on commit 1d97a9c

Please sign in to comment.