We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89db246 commit 5b76d09Copy full SHA for 5b76d09
1 file changed
scripts/setup-fork-updates.mjs
@@ -51,8 +51,9 @@ To revert to official updates:
51
}
52
53
// Determine user data path based on platform
54
+// Note: Electron uses the "name" field from package.json for userData path
55
function getUserDataPath() {
- const appName = "1Code"
56
+ const appName = "21st-desktop" // Must match package.json "name" field
57
58
switch (process.platform) {
59
case "darwin":
0 commit comments