leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
763 stars 104 forks source link

Fix AppImage output path to use correct casing #156

Closed jwr1 closed 6 months ago

jwr1 commented 6 months ago

The app image builder is currently broken because the appimagetool is outputting with an extension of .AppImage, but the artifact extension is saved as .appimage (without capitalization). This pull request should fix the capitalization problems.