chore(rebrand): change product name

This commit is contained in:
Elian Doran
2025-06-22 10:53:04 +03:00
parent 5a3503c577
commit d8b85aad7c
57 changed files with 115 additions and 115 deletions

View File

@@ -160,8 +160,8 @@ const config: ForgeConfig = {
for (const outputPath of packageResult.outputPaths) {
const localeDirs = isMac
? [
path.join(outputPath, "TriliumNext Notes.app/Contents/Resources"),
path.join(outputPath, "TriliumNext Notes.app/Contents/Frameworks/Electron Framework.framework/Resources")
path.join(outputPath, `${PRODUCT_NAME}.app/Contents/Resources`),
path.join(outputPath, `${PRODUCT_NAME}.app/Contents/Frameworks/Electron Framework.framework/Resources`)
]
: [ path.join(outputPath, 'locales') ];