From 4629e74c30e36862d7901b344a54e3950e509ffb Mon Sep 17 00:00:00 2001 From: cutls Date: Tue, 11 Oct 2022 00:17:05 +0900 Subject: [PATCH] for m1 mac updator --- app/view/make/update.sample.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/view/make/update.sample.html b/app/view/make/update.sample.html index 07880605..c06093c6 100644 --- a/app/view/make/update.sample.html +++ b/app/view/make/update.sample.html @@ -97,7 +97,8 @@ - + +
@@problem1@@
@@problem2@@ @@ -220,6 +221,10 @@ var url = json['mac'] var file = 'TheDesk-' + json.unique_mac + '.dmg' var filesize = json.mac_size + } else if (sel == 'macarm64') { + var url = json['macarm64'] + var file = 'TheDesk-' + json.unique_mac + '.dmg' + var filesize = json.macarm64_size } postMessage(['downloadButton', [url, file, filesize]], '*') })