Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading