-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Workflow for packaging PictoPy for Win, Linux and Mac as executables #138
Comments
@Pranav0-0Aggarwal I am willing to work on this, please assign this. |
Done |
I am also interested in this issue and was working on it before hand @Pranav0-0Aggarwal , please assign this issue to me too |
Yes, we can collaborate. @Dushyantbha012 |
@Dushyantbha012 I am working on packaging the FastAPI server as an executable using PyInstaller. Can you work on building the Tauri app? After we are able to generate the executables, we can write a script which runs both these executables, so that our app can run. |
Potato is my discord id, I have built the tauri app for windows,mac and linux and also added linux built to workflows in one of my recent PRs @rahulharpal1603 |
Describe the feature
Currently, there is no workflow or method which automatically generates executables for PictoPy after each commit is made to this repository. For this, we can use https://github.com/tauri-apps/tauri-action
The above repo contains files which would act as a good starting point for this issue. Once the Tauri app's executable is generated, we need to write a script which would start the Tauri frontend as well as the FastAPI server.
Add ScreenShots
.
Record
The text was updated successfully, but these errors were encountered: