Andrewthe13th / Inventory_Kamera

Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
MIT License
697 stars 121 forks source link

Fixing update fail #309

Closed vivienicepig closed 2 years ago

vivienicepig commented 2 years ago

WebClient not downloading file as utf8 in other country. Change encoding to utf8 solve the update problem.

vivienicepig commented 2 years ago

I forgot import the using library.... Should add this line to the top... using System.Text;