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
835 stars 116 forks source link

fix: fix make_dmg_config lost <window> specification #120

Closed laiiihz closed 1 year ago

laiiihz commented 1 year ago

when build macos dmg, make_config.yaml's window size & position have no effect. this PR fix this.

title: some_app
# window have no effect
window:
  size:
    width: 600
    height: 128
contents:
  - x: 100
    y: 64
    type: link
    path: "/Applications"
  - x: 200
    y: 64
    type: file
    path: some_app.app
lijy91 commented 1 year ago

LGTM