YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
280 stars 69 forks source link

Can you back assets_directory_path feature ? [FEATURE REQUEST] #142

Closed memotai-admin closed 2 years ago

memotai-admin commented 2 years ago

:speech_balloon: Back assets_directory_path config

Some assets is only used as dependency of windows. Not related to the application and not used in another platforms. With assets_directory_path we can hadle this wihtout inflate the .apk or .ipa packages on the CI/CD (eg.: Codemagic) systems.

Remove this feature, broken the https://github.com/YehudaKremer/msix/issues/64 solution.

:question: Windows

YehudaKremer commented 2 years ago

Hello, sorry for the super late response

you can try the loading-assets instead or https://github.com/YehudaKremer/msix/issues/145#issuecomment-1175342623