-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
获取pfx的base64编码应该要按照以下步骤进行: 1.在VS的项目设置中生成pfx文件 |
Update dotnet-desktop.yml
似乎可以直接跳过设置证书环节,但是会导致第一次启动跳出蓝框提示 |
在物理机中测试通过,可以进行合并 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GenshinImpact_Lanucher.csproj中将生成中的报错等级调整为0,防止GitHub在构建后显示,可以适量调高此等级
UI修改如下: |
请去dev分支进行提交 |
似乎dev分支是落后于main的 |
此pull为测试,因为无法获取到该项目的原pfx(也就是签名文件)
所以在跑到
Decode the pfx
步骤时会100%停止运行因此需要在GitHub中的环境变量中添加pfx的base64编码