YehudaKremer / msix

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

[FEATURE REQUEST] Passing pubspecYamlPath as an argument #216

Open AErmek opened 1 year ago

AErmek commented 1 year ago

Now, pubspecYamlPath is constant value.

It would be great if we could customize of msix_config by changing .yaml path, to make more flexible configurations like: store: true/false and etc., for different CI/CD plans and to hold main pubspec.yaml more clean and concise

command ex: flutter pub run msix:create -f msix_config_staging.yaml

Or do we have another existing workarounds and i missed them?

Thanks!

milindgoel15 commented 12 months ago

Hi,

I have added a feature to use a custom config path in this PR https://github.com/YehudaKremer/msix/pull/223. You can wait for it to get merged or use the GitHub repo in your pubspec in the meantime.

AErmek commented 12 months ago

Hi, Thanks, yes I saw your PR, and I'm waiting for it to be merged. And i'm curios why your PR is ignored by author, no comments or approves, and it is single PR for now.

milindgoel15 commented 12 months ago

And i'm curios why your PR is ignored by author, no comments or approves

he's probably busy ig