Skip to content

Commit

Permalink
update agentinvite with osx universal mpkg
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 committed Mar 5, 2024
1 parent c1bec67 commit 0a59f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/agentinvite.handlebars
Expand Up @@ -402,7 +402,7 @@
Q('win32url2').href = url;
// MacOS Setup
url = 'meshosxagent?id=16&meshid=' + meshid;
url = 'meshosxagent?id=10005&meshid=' + meshid;
Q('macosurl').href = url;
Q('macosurl2').href = url;
Expand Down

0 comments on commit 0a59f9d

Please sign in to comment.