Does the exe need to be packaged or just the binary #23
Replies: 5 comments 8 replies
-
I've opened up the discussion section (and I will convert this to a discussion) |
Beta Was this translation helpful? Give feedback.
-
Regarding your question: You need inno (or something similar) to actually install the binary into the system. Updat's role is simply to fetch the latest version, downalond and run the installer |
Beta Was this translation helpful? Give feedback.
-
If so, a tutorial would be massively helpful. In any case, I am using github actions to automate the same, and I have managed to create the binaries and have learnt to make a release. Now I need to package the binaries. I have learnt that for windows you can use inno bundle actions, but I dont know how to use it. It doesnt work. And I dont know how to do the same for linux and macos. I only need to do it for those 3. If you have done any such thing during testing, the workflow file or some snippet would be helpful, as I am unable to make any headway. Thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey! This seems like a long process. I'll get to it as soon as I can. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Do I need to package the binary generated by flutter build or do I need to use inno setup actions?? Also, opening a discussion would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions