Achievements

Results 3 issues of Achievements

![image](https://user-images.githubusercontent.com/31128253/175756665-648a4635-49a3-4d63-b426-96bc4591562e.png) the old one is not uninstall

fix window file separator ## Summary by CodeRabbit - **Bug Fixes** - Improved directory detection in zip files to handle both backslashes and forward slashes, ensuring better compatibility across different...

When decompressing the zip file in Windows, an error occurred and I changed here mkdir file exists lib/zip/uncompress_stream.js ```js const type = /[\\\/]$/.test(entry.fileName) ? 'directory' : 'file'; ```

help wanted