Skip to content

Commit

Permalink
Merge pull request icegreentee#409 from segfault-bilibili/rollup-6.9.5
Browse files Browse the repository at this point in the history
【6.9.5】安装CA证书时补上chmod 644
  • Loading branch information
segfault-bilibili committed Oct 3, 2022
2 parents 1b686cf + ba42031 commit c25fe75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions floatUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -12732,6 +12732,8 @@ function algo_init() {
log("written cacert files to extFilesDir");
result = privShell("cp " + getPathArg(cacertPath) + " " + getPathArg(cacertDstPath));
log(result);
result = privShell("chmod 644 " + getPathArg(cacertDstPath));
log(result);
dialogs.alert("安装CA证书", "操作" + (result.code == 0 ? "成功\n重启系统生效" : "失败"));
}

Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build"
],
"packageName": "top.momoe.auto",
"versionName": "6.9.4",
"versionName": "6.9.5",
"versionInfo": "",
"versionCode": 1,
"icon":"./images/icon.png",
Expand Down
Loading

0 comments on commit c25fe75

Please sign in to comment.