Skip to content

Commit

Permalink
Merge pull request #23 from YehudaKremer/stable
Browse files Browse the repository at this point in the history
sign with time stamp (#22 )
  • Loading branch information
YehudaKremer authored Feb 17, 2021
2 parents 94b80b3 + 8df0399 commit 877d2e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.13

- Sign with time stamp

## 0.1.12

- Add support for icons generated by Visual Studio
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your `pubspec.yaml`, add `msix` as a new dependency.
dev_dependencies:
flutter_test:
sdk: flutter
msix: ^0.1.12 # Or the latest version
msix: ^0.1.13 # Or the latest version
```
## Create Msix
Expand Down
2 changes: 2 additions & 0 deletions lib/msix.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ class Msix {
_configuration.certificatePath,
'/p',
_configuration.certificatePassword,
'/tr',
'http://timestamp.digicert.com',
'${_configuration.buildFilesFolder}\\${_configuration.appName}.msix',
]);
} else {
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: Create and sign Msix installer for flutter windows-build files.
version: 0.1.12
version: 0.1.13
maintainer: Yehuda Kremer ([email protected])
homepage: https://github.com/YehudaKremer/msix

Expand Down

0 comments on commit 877d2e6

Please sign in to comment.