diff --git a/ivette/electron-builder.yml b/ivette/electron-builder.yml
index ff3a4bbf118ad014e63c63f9dc906c4619577728..f2629284555daf414c46515e66bf67a91d542030 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 6f63bfb2c0cef86b94ae3b1d4dad5909420c1462..49e31360eb05a50046257c12cee821e16ea931f9 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": []
     }
   }
 }