From ec42892c7cf1d22f4bb2968733ba9dc85e3552c6 Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Mon, 26 Dec 2022 12:11:00 +0100 Subject: [PATCH] patch: update copyright in electron-builder --- electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index be969905..58245812 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,6 +1,6 @@ # https://www.electron.build/configuration/configuration appId: io.balena.etcher -copyright: Copyright 2016-2021 Balena Ltd +copyright: Copyright 2016-2023 Balena Ltd productName: balenaEtcher afterPack: ./afterPack.js afterSign: ./afterSignHook.js