From b47f2c30531160822a7650dd8df56e3ecea3d637 Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Mon, 16 Sep 2024 10:34:42 +0200 Subject: [PATCH] [ivette] disable publish --- ivette/electron-builder.yml | 3 --- ivette/package.json | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ivette/electron-builder.yml b/ivette/electron-builder.yml index ff3a4bbf118..f2629284555 100644 --- a/ivette/electron-builder.yml +++ b/ivette/electron-builder.yml @@ -43,6 +43,3 @@ linux: appImage: artifactName: ${name}-${version}.${ext} npmRebuild: false -publish: - provider: generic - url: https://example.com/auto-updates diff --git a/ivette/package.json b/ivette/package.json index 6f63bfb2c0c..49e31360eb0 100644 --- a/ivette/package.json +++ b/ivette/package.json @@ -109,6 +109,7 @@ ] } ], + "publish": [], "icon": "static/icon.png", "legalTrademarks": "LGPL-2.1" }, @@ -123,6 +124,7 @@ ] } ], + "publish": [], "synopsis": "Frama-C GUI", "category": "Profiling" }, @@ -138,11 +140,13 @@ ] } ], + "publish": [], "type": "distribution", "category": "public.app-category.developer-tools" }, "dmg": { - "title": "Ivette ${version}" + "title": "Ivette ${version}", + "publish": [] } } } -- GitLab