Skip to content

Commit

Permalink
Version bump to 1.0.22, and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed Jan 7, 2025
1 parent 989b5fd commit ac4f46e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ac4f46e

Please sign in to comment.