How to publish on github and have automatic updates #705
Unanswered
mohammadazeemwani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an application whose frontend is in react
and the entire application is ready and scaffolded the backend using electron-vite
my final application is a .deb file for arm64 > rasp pi is the target device <
this application is meant to run on startup of rasp pi
I was able to build successfully
but for that I have to compile the applciation on another rasp pi
don't know why my the .deb produced from my apple-slicon arm64 was showing some libsql error.
after building this,
I want this > have the artifacts like .deb file to be published on github when I do the final build
and the end user > rasppi that is running my application < when it is online, I want it to automatically update it self but gracefully like dealing all the cases itself like network going halfway during udpate > and I want to show that on UI too the update progress
this is my first time publishing application,
I have literally no Idea how to achieve it.
anything will help. but kindly help asap.
Beta Was this translation helpful? Give feedback.
All reactions