From ac4f46eec4ec3292da6c1a4dc6275cba4800dd87 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 7 Jan 2025 13:32:01 -0800 Subject: [PATCH] Version bump to 1.0.22, and update readme --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4a04bc..eda7e73f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To set up Windows: - **Make sure the Windows user does not have spaces in the filename (e.g., "user", not "Micah Lee")!** - Install Windows SDK (`winget install Microsoft.WindowsSDK.10.0.26100`) - add `C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64` to the PATH (even on arm64, you should use teh x64 binary) - - example code signing: `signtool.exe sign /v /d "Calculator" /n "Lockdown Systems LLC" /fd sha256 /td sha256 /tr http://timestamp.digicert.com .\calc.exe` + - example code signing: `signtool.exe sign /v /d "Calculator" /n "Lockdown Systems LLC" /fd sha256 /td sha256 /tr http://ts.harica.gr .\calc.exe` - Set up code signing - Install [Safenet Authentication Client](https://guides.harica.gr/docs/Guides/Software/Safenet-Authentication-Client/Drivers/) - Login to [HARICA](https://cm.harica.gr/), download the cert in DER and DER CA format, and install in Windows diff --git a/package-lock.json b/package-lock.json index 4411730a..756f179f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cyd", - "version": "1.0.21", + "version": "1.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cyd", - "version": "1.0.21", + "version": "1.0.22", "license": "proprietary", "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", diff --git a/package.json b/package.json index 8f2e8883..1e93d14b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cyd", "private": true, - "version": "1.0.21", + "version": "1.0.22", "main": ".vite/build/main.js", "description": "Automatically delete your data from tech platforms, except for what you want to keep", "license": "proprietary",