Skip to content

Commit

Permalink
update the install the certificate message
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer committed Feb 5, 2022
1 parent ee81ce4 commit 36e3cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.8.14
## 2.8.15

- fix [#74](https://github.com/YehudaKremer/msix/issues/74)

Expand Down
2 changes: 1 addition & 1 deletion lib/src/signTool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class SignTool {

if (isAdminCheck.stderr.toString().contains('Access is denied')) {
_log.errorAndExit(GeneralException(
'to install the certificate "${_config.certificatePath}" you need to "Run as administrator" once'));
'To install the test certificate run the command "flutter pub run msix:create" as administrator'));
}

var result = await Process.run('certutil', [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: msix
description: A command-line tool that create Msix installer from your flutter windows-build files.
version: 2.8.14
version: 2.8.15
maintainer: Yehuda Kremer (yehudakremer@gmail.com)
homepage: https://github.com/YehudaKremer/msix

Expand Down

0 comments on commit 36e3cf8

Please sign in to comment.