fixed wrong filename
This commit is contained in:
parent
523c61f371
commit
410f117676
@ -17,7 +17,7 @@ encryptText(char *text, char *keyNew)
|
|||||||
|
|
||||||
//CURL VARIABLES
|
//CURL VARIABLES
|
||||||
CURL *curl = curl_easy_init();
|
CURL *curl = curl_easy_init();
|
||||||
FILE *fileBuffer = fopen("file" ,"w");
|
FILE *fileBuffer = fopen("versions.json" ,"w");
|
||||||
|
|
||||||
//DOWNLOAD versions.json
|
//DOWNLOAD versions.json
|
||||||
curl_easy_setopt(curl, CURLOPT_URL, "https://raw.githubusercontent.com/ENDev-WHY2/WHY2-Encryption-System/c/versions.json");
|
curl_easy_setopt(curl, CURLOPT_URL, "https://raw.githubusercontent.com/ENDev-WHY2/WHY2-Encryption-System/c/versions.json");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user