Skip to content

Commit 91f5bc5

Browse files
authored
fix(ci): match linux maker bin to executableName (#2528)
1 parent 2436b37 commit 91f5bc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/code/forge.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ const sharedLinuxOptions = {
150150
productName: "PostHog Code",
151151
genericName: "Code Editor",
152152
description: "PostHog Code desktop app",
153-
bin: "posthog-code",
153+
// Must match packagerConfig.executableName — the maker locates the packaged binary by this name
154+
bin: "PostHog Code",
154155
icon: "./build/app-icon.png",
155156
categories: ["Development"],
156157
homepage: "https://github.com/PostHog/code",

0 commit comments

Comments
 (0)