From 5a56ba2fd51136a1d4dc9b1cdd8c732797288687 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 28 Sep 2025 11:02:24 +0300 Subject: [PATCH] chore: fix various references to the old repo --- .github/workflows/nightly.yml | 1 - apps/client/package.json | 2 +- apps/desktop/electron-forge/forge.config.ts | 4 ++-- apps/desktop/package.json | 2 +- package.json | 8 ++++---- packages/commons/package.json | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ab913d402..10d37fdda 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,7 +19,6 @@ concurrency: cancel-in-progress: true env: - GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label} GITHUB_RELEASE_ID: 179589950 permissions: diff --git a/apps/client/package.json b/apps/client/package.json index 43e8832fa..3e434a5d6 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -7,7 +7,7 @@ "author": { "name": "Trilium Notes Team", "email": "contact@eliandoran.me", - "url": "https://github.com/TriliumNext/Notes" + "url": "https://github.com/TriliumNext/Trilium" }, "scripts": { "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build", diff --git a/apps/desktop/electron-forge/forge.config.ts b/apps/desktop/electron-forge/forge.config.ts index b433ee4d7..4b5dcde75 100644 --- a/apps/desktop/electron-forge/forge.config.ts +++ b/apps/desktop/electron-forge/forge.config.ts @@ -114,7 +114,7 @@ const config: ForgeConfig = { config: { name: EXECUTABLE_NAME, productName: PRODUCT_NAME, - iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico", + iconUrl: "https://raw.githubusercontent.com/TriliumNext/Trilium/refs/heads/main/apps/desktop/electron-forge/app-icon/icon.ico", setupIcon: path.join(ELECTRON_FORGE_DIR, "setup-icon/setup.ico"), loadingGif: path.join(ELECTRON_FORGE_DIR, "setup-icon/setup-banner.gif"), windowsSign: windowsSignConfiguration @@ -130,7 +130,7 @@ const config: ForgeConfig = { name: "@electron-forge/maker-zip", config: { options: { - iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico", + iconUrl: "https://raw.githubusercontent.com/TriliumNext/Trilium/refs/heads/main/apps/desktop/electron-forge/app-icon/icon.ico", icon: path.join(APP_ICON_PATH, "icon.ico") } } diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 613b92bfb..fb92552db 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -8,7 +8,7 @@ "author": { "name": "Trilium Notes Team", "email": "contact@eliandoran.me", - "url": "https://github.com/TriliumNext/Notes" + "url": "https://triliumnotes.org" }, "scripts": { "dev": "cross-env TRILIUM_PORT=37742 TRILIUM_DATA_DIR=data tsx ../../scripts/electron-start.mts src/main.ts", diff --git a/package.json b/package.json index 0578bcd2a..6bf748b37 100644 --- a/package.json +++ b/package.json @@ -70,16 +70,16 @@ "author": { "name": "Trilium Notes Team", "email": "contact@eliandoran.me", - "url": "https://github.com/TriliumNext/Notes" + "url": "https://triliumnotes.org" }, "repository": { "type": "git", - "url": "git+https://github.com/TriliumNext/Notes.git" + "url": "git+https://github.com/TriliumNext/Trilium.git" }, "bugs": { - "url": "https://github.com/TriliumNext/Notes/issues" + "url": "https://github.com/TriliumNext/Trilium/issues" }, - "homepage": "https://github.com/TriliumNext/Notes#readme", + "homepage": "https://triliumnotes.org", "packageManager": "pnpm@10.17.1", "pnpm": { "patchedDependencies": { diff --git a/packages/commons/package.json b/packages/commons/package.json index 64107f8c6..a5d5c4d03 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -9,6 +9,6 @@ "author": { "name": "Trilium Notes Team", "email": "contact@eliandoran.me", - "url": "https://github.com/TriliumNext/Notes" + "url": "https://triliumnotes.org" } } \ No newline at end of file