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 cd0547a commit 9e91ad6Copy full SHA for 9e91ad6
1 file changed
forge.config.cjs
@@ -52,6 +52,7 @@ module.exports = {
52
appBundleId: 'dev.nkzw-tech.codiff',
53
appCopyright: 'Copyright (c) 2026-current Nakazawa Tech',
54
asar: false,
55
+ executableName: 'codiff',
56
...(iconPath ? { icon: iconPath } : {}),
57
ignore: [
58
/^\/\.DS_Store$/,
0 commit comments