From 8ebf88a4c297d0d61ac70fff02a7e0e26c8ac82d Mon Sep 17 00:00:00 2001 From: Yi-Hsien Chen Date: Fri, 25 Jun 2021 15:35:31 +0800 Subject: [PATCH] Fix GUI.png --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa79bc..724abe0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ We provide a GUI version for windows users. All features is supported in the GUI 7. The decrypting result will show in the text block below. (There may be multiple possible key, so the decryption routine will continue to decrypt even find a possible key. You can terminate it at any time.) 8. Since the tickcounts (seeds) used to encrypt are near, you can try to record the seed above and select "Start tickcount" with value `seed-10000` next time. It may be faster. -![GUI](/GUI.jpg?raw=true) +![GUI](https://raw.githubusercontent.com/cycraft-corp/ThanosDecryptor/master/GUI.png) ## Build ```bash