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 2436b37 commit 91f5bc5Copy full SHA for 91f5bc5
1 file changed
apps/code/forge.config.ts
@@ -150,7 +150,8 @@ const sharedLinuxOptions = {
150
productName: "PostHog Code",
151
genericName: "Code Editor",
152
description: "PostHog Code desktop app",
153
- bin: "posthog-code",
+ // Must match packagerConfig.executableName — the maker locates the packaged binary by this name
154
+ bin: "PostHog Code",
155
icon: "./build/app-icon.png",
156
categories: ["Development"],
157
homepage: "https://github.com/PostHog/code",
0 commit comments