Skip to content

Commit

Permalink
Merge pull request #76 from ThomasVon2021/update_web
Browse files Browse the repository at this point in the history
update web
  • Loading branch information
ThomasVon2021 committed Nov 15, 2023
2 parents 7a4c76c + 34e8d8f commit 169a116
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def main():
cmd = "md5sum " + file_tar_name
output = subprocess.check_output(cmd, shell = True, cwd=sh_path )
# print("md5: ",output, "str: ", output.decode('utf-8')[0:32] )
json_data['md5value'] = output.decode('utf-8')[0:32]
with open(file_path,'w',encoding='utf8')as fp_w:
json.dump(json_data,fp_w,ensure_ascii=False)
# json_data['md5value'] = output.decode('utf-8')[0:32]
# with open(file_path,'w',encoding='utf8')as fp_w:
# json.dump(json_data,fp_w,ensure_ascii=False)

if __name__ == '__main__':
main()
Binary file modified package/kvmd-web/binary/h616/kvm-link
Binary file not shown.
Binary file modified package/kvmd-web/binary/pi/kvm-link
Binary file not shown.
6 changes: 3 additions & 3 deletions src/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "Develop-1.2.4",
"version_int": 124,
"md5value": "c6b5f3b5a80f90c87934400831c290c0",
"version": "Develop-1.2.5",
"version_int": 125,
"md5value": "",
"switch_handle": "",
"oled_type": 0,
"power_on_dalay":0,
Expand Down

0 comments on commit 169a116

Please sign in to comment.