Skip to content

Commit

Permalink
Merge pull request #2 from domesticmouse/main
Browse files Browse the repository at this point in the history
maix -> msix
  • Loading branch information
YehudaKremer authored Nov 4, 2020
2 parents 2e5c00b + 19056c6 commit d97df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msix.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Msix {
if (_configuration.isUseingTestCertificate) {
print('');
print(yellow(
'This maix installer is signed with TEST certificate,\nif you have not yet installed this test certificate please read the following guide:'));
'This msix installer is signed with TEST certificate,\nif you have not yet installed this test certificate please read the following guide:'));
print(
'https://www.advancedinstaller.com/install-test-certificate-from-msix.html');
print('');
Expand Down

0 comments on commit d97df1a

Please sign in to comment.