summarylogtreecommitdiffstats
path: root/disable-update-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-update-check.patch')
-rw-r--r--disable-update-check.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/disable-update-check.patch b/disable-update-check.patch
deleted file mode 100644
index 449a44aa6c64..000000000000
--- a/disable-update-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ura package.orig/src/main.js package.new/src/main.js
---- package.orig/src/main.js 2019-11-03 17:16:52.891370653 +0100
-+++ package.new/src/main.js 2019-11-03 17:17:32.026472647 +0100
-@@ -390,20 +390,6 @@
- });
- });
-
-- // Task we need only on the first start
-- mainWindow.webContents.once("did-finish-load", () => {
-- utils
-- .getUpdateAvailable()
-- .then(() => {
-- utils.log.info(
-- "This is not the latest version of the UBports Installer! Please update: https://devices.ubuntu-touch.io/installer/" +
-- (global.packageInfo.package ? global.packageInfo.package : "")
-- );
-- mainWindow.webContents.send("user:update-available");
-- })
-- .catch(() => {}); // Ignore errors, since this is non-essential
-- });
--
- mainWindow.loadURL(
- url.format({
- pathname: path.join(__dirname, "html/index.pug"),