We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331d900 commit 08b44c9Copy full SHA for 08b44c9
jb/src/main/kotlin/agent/AgentService.kt
@@ -304,9 +304,9 @@ class AgentService(private val project: Project) : Disposable {
304
305
private fun getAgentResourcePath(): String {
306
return when (platform) {
307
- Platform.LINUX -> "/agent/agent-linux-x64"
308
- Platform.MAC -> "/agent/agent-macos-x64"
309
- Platform.WIN64 -> "/agent/agent-win-x64.exe"
+ Platform.LINUX -> "/agent/agent-linux"
+ Platform.MAC -> "/agent/agent-macos"
+ Platform.WIN64 -> "/agent/agent-win.exe"
310
}
311
312
0 commit comments