anusii / podnotes

GNU General Public License v3.0
2 stars 3 forks source link

Create installers for the app #63

Closed anushkavidanage closed 8 months ago

anushkavidanage commented 9 months ago
jesscmoore commented 8 months ago

Macos installer build process documented here - https://github.com/anusii/podnotes/issues/75

gjwgit commented 8 months ago

Graham to do the Linux package.

gjwgit commented 8 months ago

Linux targz done.

jesscmoore commented 8 months ago

@gjwgit could you add the linux tarball to installers folder?

gjwgit commented 8 months ago

Ah - is that where it goes - I usually have a dist folder. I'll move it to installers if prefer.

Are there scripts to create the others? Might be good to add them to the flutter.mk (and https://survivor.togaware.com/gnulinux/flutter-app-bundle-for-distribution.html). I have @anushkavidanage's Windows script to go into the doc too.

As well as in exercise 1 users will expect a Download in the README.md too.

gjwgit commented 8 months ago

https://survivor.togaware.com/gnulinux/flutter-app-bundle-for-windows.html

jesscmoore commented 8 months ago

Thanks @gjwgit. I followed Anushka's lead of using installers folder, happy to go with dist folder.

I'll make a script for the mac build which packages to .dmg. This worked nicely on current macos sonoma

gjwgit commented 8 months ago

Move macos script request to separate task. Closing this one now.