YehudaKremer / msix

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

fix bug when "runner" is included in the project path #212

Closed hayashikun closed 1 year ago

hayashikun commented 1 year ago

close https://github.com/YehudaKremer/msix/issues/211

In Configuration#_getBuildFilesFolder, when the string "runner" contains more than one, it should be substring at the last part.