Skip to content

Commit

Permalink
fix #179 (pixelated icons)
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer committed Mar 12, 2023
1 parent ad67250 commit 2c98c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 3.9.0
## 3.9.1

- remove padding from generated icons (fix [#179](https://github.com/YehudaKremer/msix/issues/179))
- fix pixelated icons

## 3.8.4

Expand Down
2 changes: 2 additions & 0 deletions lib/src/assets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ class Assets {
} catch (_) {}
}

image = image.convert(numChannels: 4);

Image resizedImage;
if (scaledWidth > scaledHeight) {
resizedImage = copyResize(
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: 3.9.0
version: 3.9.1
maintainer: Yehuda Kremer ([email protected])
homepage: https://github.com/YehudaKremer/msix
issue_tracker: https://github.com/YehudaKremer/msix/issues
Expand Down

0 comments on commit 2c98c2c

Please sign in to comment.