You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("Replace \"PUBLIC_KEY\" line 96 with your public key (\"Ed25519 128-bit Verify Key\") available in https://app.keygen.sh/settings. Then comment lines 94 & 95 and run again.");
95
+
Environment.Exit(1);// Comment this line to continue
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ dotnet run examples/license.lic examples/machine.lic 198e9fe586114844f6a4eaca506
12
12
13
13
## Normal config:
14
14
* Your fingerprint should be the hash of the serial number of your machine (you can execute the program to see it) computed with **SHA3_512** ([Online Converter](https://emn178.github.io/online-tools/sha3_512.html)).
15
-
* Replace the public key from [keygen.sh](keygen.sh) line 94 of `Program.cs`.
15
+
* Replace the public key from [keygen.sh](keygen.sh) line 96 of `Program.cs`.
16
16
* Get your machine file on [keygen.sh](keygen.sh) and put the raw license key in a new file named `license.lic`.
17
17
* Put your `machine.lic` & `license.lic` in the same folder as `Program.cs` and run:
0 commit comments