From 4472bb884ce4ab2f08c5c054c976497e1862a4bb Mon Sep 17 00:00:00 2001 From: Simon Rho Date: Sun, 8 Sep 2024 02:37:22 -0400 Subject: [PATCH] Add Windows package signing functionality --- jccm/src/Services/ApiServer.js | 6 +++--- readme.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jccm/src/Services/ApiServer.js b/jccm/src/Services/ApiServer.js index d1c3f64..39670e8 100644 --- a/jccm/src/Services/ApiServer.js +++ b/jccm/src/Services/ApiServer.js @@ -540,7 +540,7 @@ export const setupApiHandlers = () => { }); ipcMain.handle('saSetThemeUser', async (event, args) => { - console.log('main: saSetThemeUser', args); + console.log('main: saSetThemeUser'); const theme = args.theme; await msSetTheme(theme); }); @@ -780,7 +780,7 @@ export const setupApiHandlers = () => { console.log('main: saSaveSubnets'); const subnets = args.subnets; await msSaveSubnets(subnets); - console.log('main: saSaveSubnets:', subnets); + // console.log('main: saSaveSubnets:', subnets); return { status: true }; }); @@ -796,7 +796,7 @@ export const setupApiHandlers = () => { console.log('main: saSaveSettings'); const settings = args.settings; await msSaveSettings(settings); - console.log('main: saSaveSettings:', settings); + // console.log('main: saSaveSettings:', settings); return { status: true }; }); diff --git a/readme.md b/readme.md index 23981a1..626d758 100644 --- a/readme.md +++ b/readme.md @@ -130,9 +130,9 @@ yum -y install ~/Downloads/jccm-linux-x64.rpm - The jccm app is signed with a developer certificate, yet initially, Microsoft Defender SmartScreen might still display a warning because the app is unrecognized. Over time, as more users install the application, SmartScreen will recognize it as trustworthy. - **To proceed with installation** when faced with the SmartScreen alert: - 1. **Click on 'More info'**: This reveals more details about the application. - 2. **Verify the Publisher**: Check that the publisher's name matches what you expect. - 3. **Select 'Run anyway'**: This will bypass the SmartScreen alert and allow you to proceed with the installation. + 1. Click on **"More info"**: This reveals more details about the application. + 2. Verify **the Publisher**: Check that the publisher's name matches what you expect. + 3. Select **"Run anyway"**: This will bypass the SmartScreen alert and allow you to proceed with the installation. ## Inventory Excel File Format