diff --git a/gui/packages/ubuntupro/integration_test/utils/build_agent.dart b/gui/packages/ubuntupro/integration_test/utils/build_agent.dart index 1aa50f305..c675cc875 100644 --- a/gui/packages/ubuntupro/integration_test/utils/build_agent.dart +++ b/gui/packages/ubuntupro/integration_test/utils/build_agent.dart @@ -7,7 +7,7 @@ import 'package:path/path.dart' as p; /// A try-catch block (on AssertionError) can still prevent process exit. Future buildAgentExe( String destination, { - String exeName = 'ubuntu-pro-agent.exe', + String exeName = 'ubuntu-pro-agent-launcher.exe', }) async { const config = 'Debug'; const platform = 'x64'; diff --git a/gui/packages/ubuntupro/lib/constants.dart b/gui/packages/ubuntupro/lib/constants.dart index 713f326ad..13e1224eb 100644 --- a/gui/packages/ubuntupro/lib/constants.dart +++ b/gui/packages/ubuntupro/lib/constants.dart @@ -11,4 +11,4 @@ const kAddrFileName = 'addr'; const kDefaultMargin = 32.0; /// The path of the agent executable relative to the msix root directory. -const kAgentRelativePath = 'agent/ubuntu-pro-agent.exe'; +const kAgentRelativePath = 'agent/ubuntu-pro-agent-launcher.exe';