Skip to content

Commit ff43c67

Browse files
committed
fixing build issue and updating copyright
1 parent cee2bf8 commit ff43c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

electron/build/notarize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* @license
3-
* Copyright (c) 2021, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2021, 2023, Oracle and/or its affiliates.
44
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
*/
6-
const { notarize } = require('electron-notarize');
6+
const { notarize } = require('@electron/notarize');
77
const path = require('path');
88
const fs = require('fs');
99
const jsYaml = require('js-yaml');

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"copyright": "Copyright (c) 2021, 2022, Oracle and/or its affiliates.",
3+
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
44
"scripts": {
55
"test": "mocha --timeout 10000 --reporter spec src/test/*-test.js",
66
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test",

0 commit comments

Comments
 (0)