update agentinvite with osx universal mpkg
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Mar 5, 2024 at 10:21 UTC
0a59f9dbae14cd5f8cdd53ffb5e47a663e99398f
1 file changed
+1
-1
views/agentinvite.handlebars
+1
-1
@@ -402,7 +402,7 @@
402
Q('win32url2').href = url;
403
404
// MacOS Setup
405
- url = 'meshosxagent?id=16&meshid=' + meshid;
405
+ url = 'meshosxagent?id=10005&meshid=' + meshid;
406
Q('macosurl').href = url;
407
Q('macosurl2').href = url;
408