Skip to content

Commit ac4f46e

Browse files
committed
Version bump to 1.0.22, and update readme
1 parent 989b5fd commit ac4f46e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To set up Windows:
6868
- **Make sure the Windows user does not have spaces in the filename (e.g., "user", not "Micah Lee")!**
6969
- Install Windows SDK (`winget install Microsoft.WindowsSDK.10.0.26100`)
7070
- 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)
71-
- example code signing: `signtool.exe sign /v /d "Calculator" /n "Lockdown Systems LLC" /fd sha256 /td sha256 /tr http://timestamp.digicert.com .\calc.exe`
71+
- example code signing: `signtool.exe sign /v /d "Calculator" /n "Lockdown Systems LLC" /fd sha256 /td sha256 /tr http://ts.harica.gr .\calc.exe`
7272
- Set up code signing
7373
- Install [Safenet Authentication Client](https://guides.harica.gr/docs/Guides/Software/Safenet-Authentication-Client/Drivers/)
7474
- Login to [HARICA](https://cm.harica.gr/), download the cert in DER and DER CA format, and install in Windows

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cyd",
33
"private": true,
4-
"version": "1.0.21",
4+
"version": "1.0.22",
55
"main": ".vite/build/main.js",
66
"description": "Automatically delete your data from tech platforms, except for what you want to keep",
77
"license": "proprietary",

0 commit comments

Comments
 (0)