flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

[Windows] Fix charset problem

Open Mino5531 opened this issue 2 years ago • 0 comments

This fixes #574 a problem on Windows regarding the chosen charset in the Runner.rc file. Originally, the application would try to read the 040904e4 block in the Runner.rc file and would leave the values for company and product_name empty if the read failed. After this fix the application will try to read the 040904e4 block and the 040904b0 block if the first read failed. Additionally, the values for company and product_name will be set to a default value if both read operations failed. This fix also addresses some problems regarding path sanitization.

Mino5531 avatar Jun 08 '23 15:06 Mino5531