Skip to content

Commit

Permalink
移除批处理的删除指令避免某些情况下会删除steam游戏文件夹的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Feb 22, 2021
1 parent 8aa450f commit a0226c8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
25 changes: 13 additions & 12 deletions release-keylol.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ Steam++只在keylol论坛与github发布,为了账号安全,请不要到其

## 更新内容

### 1.1.3
### 1.1.4
```
修改部分提示文本,修复证书生成安装失败
修改证书生成方式避免324错误和100错误
修复faq文本错误
修复在某些情况下出现算法不同证书验证错误问题
库存游戏列表添加clienticon图标显示
准备制作跨平台版本支持Linux和Mac OS...
更新内容
     修复成就图标加载失败
     优化反代速度
     修复steam图片反代启动时创意工坊图片显示不了的问题
     修复uplay更新反代启动时更新失败的问题
     添加windows系统代理方式(该方式进行代理将不需要修改hosts文件以及不用占用443端口)
添加steam更新代理服务以此解决部分用户无法更新Steam的问题
```


Expand Down Expand Up @@ -108,11 +109,11 @@ Steam++只在keylol论坛与github发布,为了账号安全,请不要到其
> 分流下载:
> [hide]
> [蓝奏云](https://wws.lanzous.com/iFkh4lyooeh)
> [百度云](https://pan.baidu.com/s/1HWbCnTLNnLiOObVLn9aTiQ)
> 提取码:ytrq
> [百度云](链接: https://pan.baidu.com/s/1mD-C_Ndc332oq_XnFVBLrQ)
> 提取码:2uxe
> [/hide]
> EXE 大小:4.97MB
> EXE MD5:4F61CA2F44C684FCF4628801474655C7
> ZIP MD5:CDF061F677BAAA2BF1F465BFD4026C23
> EXE 大小:4.83MB
> EXE MD5:4149DC37BF24DD10181E32450290FEF6
> ZIP MD5:202F62682379566DBCD48C65917D4FFF
> [查毒链接](https://www.virustotal.com/gui/file/8d6da4a3fe7b1738aa5725e9797a86f8b5c668920d1449594279ea7bb262e4ef/detection)
虽然没有什么杀毒软件报毒,但是使用过程中可能遇到windows defender误报,您可以选择添加信任。
2 changes: 1 addition & 1 deletion source/SteamTool.Core/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/SteamTool.Core/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<value>echo "Steam++替换升级中..."
taskkill /f /im {0}
xcopy /y /c /h /r /s "{1}\*.*" "{2}"
rmdir /s /q {1}
::rmdir /s /q {1}
{3}
del %0</value>
</data>
Expand Down

0 comments on commit a0226c8

Please sign in to comment.