-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: "Failed to create icon" on flutter pub run msix:create command #21
Comments
hello Abhishek Maybe the problem is file path with a space, Please try to setup the 3 icons in your
with that the problem is still happening? |
@YehudaKremer Thanks for your reply. I tried the above solution but now another error occurred Here's all command I ran
Here's the full output
|
the file path comes from the config file |
Hey, @micross thanks for this info. What do I need to modify from my side? Can you please explain a bit? |
@Abhishek0116 this line msix/main/lib/src/configuration.dart add msixAssetsPath = Uri.decodeFull(msixAssetsPath); after msixAssetsPath = packages
.firstWhere((package) => package.contains('msix:'))
.replaceAll('msix:', '')
.replaceAll('file:///', '') +
'assets'; however, a simple way is to remove the space in FYI: the |
@micross Thank you for your inputs!
@Abhishek0116 please check if the problem solved in version |
Hello @Abhishek0116 Did the fix help you? |
Thanks, @micross and @YehudaKremer I have fixed my issue with your help and tested my created Windows app successfully. As @YehudaKremer said that issue is fixed in |
I tried to build my sample application as windows installable file with this package but when I ran the final command
flutter pub run msix:create
then an error occurred.I am using
msix: ^0.1.12
Here are full error details or output from the terminal
The text was updated successfully, but these errors were encountered: