Skip to content

Commit

Permalink
fix bug #70
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer committed Dec 30, 2021
1 parent bb51d13 commit c6c63ca
Show file tree
Hide file tree
Showing 4 changed files with 6 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

## 2.7.3

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

## 2.7.2

- fix [https://github.com/YehudaKremer/msix/issues/69#issuecomment-1001878037](https://github.com/YehudaKremer/msix/issues/69#issuecomment-1001878037)
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: ^2.7.2
msix: ^2.7.3
```
## :package: Create Msix
Expand Down
Binary file modified lib/assets/IconsGenerator/IconsGenerator.exe
Binary file not shown.
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.7.2
version: 2.7.3
maintainer: Yehuda Kremer ([email protected])
homepage: https://github.com/YehudaKremer/msix

Expand Down

0 comments on commit c6c63ca

Please sign in to comment.