leanflutter / auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
MIT License
278 stars 38 forks source link

Error. #15

Closed yusifahmadov closed 2 years ago

yusifahmadov commented 2 years ago

Cannot open file, path = 'windows/packaging/exe/make_config.yaml' (OS Error: The system cannot find the path specified.

when run flutter_distributor release --name dev --jobs release-windows

lijy91 commented 2 years ago

Please create the make_config.yaml file according to the documentation https://distributor.leanflutter.org/docs/makers/exe

yusifahmadov commented 2 years ago

Please create the make_config.yaml file according to the documentation https://distributor.leanflutter.org/docs/makers/exe

how can i get my unique app id?

lijy91 commented 2 years ago

Please create the make_config.yaml file according to the documentation https://distributor.leanflutter.org/docs/makers/exe

how can i get my unique app id?

It's a GUID, you can generate one with the guid generator

yusifahmadov commented 2 years ago

Please create the make_config.yaml file according to the documentation https://distributor.leanflutter.org/docs/makers/exe

how can i get my unique app id?

It's a GUID, you can generate one with the guid generator

Yeap, i did everything that you say. But when i open the my application and i click the install new version, i get a error like this "an error occured in retrieving update information; are you connected to the internet? Please try again later"

lijy91 commented 2 years ago
  1. Make sure the url attribute of the enclosure node is a correct link (recommended to include hostname)
  2. Make sure the signature's property name and value are correct, sparkle:edSignature for macOS and sparkle:dsaSignature for Windows.
yusifahmadov commented 2 years ago

can you give a example appcast.xml that is real? Because i am confused where i have to add something

lijy91 commented 2 years ago

See sparkle and winsparkle for documentation and examples of appcast.xml.

https://github.com/sparkle-project/Sparkle/blob/2.x/Resources/SampleAppcast.xml https://github.com/vslavik/winsparkle/wiki/Appcast-Feeds

yusifahmadov commented 2 years ago

Thanks a lot. İ did.👍