chore: fix various references to the old repo

This commit is contained in:
Elian Doran 2025-09-28 11:02:24 +03:00
parent de7c1329f8
commit 5a56ba2fd5
No known key found for this signature in database
6 changed files with 9 additions and 10 deletions

View File

@ -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:

View File

@ -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",

View File

@ -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")
}
}

View File

@ -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",

View File

@ -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": {

View File

@ -9,6 +9,6 @@
"author": {
"name": "Trilium Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
"url": "https://triliumnotes.org"
}
}