Can I have a deb package of theia for Ubuntu #8566
-
Can I have a deb package of theia for Ubuntu |
Beta Was this translation helpful? Give feedback.
Answered by
vince-fugnitto
Sep 27, 2020
Replies: 1 comment
-
@llywei thank you for the discussion, and yes it is possible. Under our theia-apps repo, we have an example theia-electron, which uses You can take a look at both the example and the official documentation for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vince-fugnitto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@llywei thank you for the discussion, and yes it is possible.
Under our theia-apps repo, we have an example theia-electron, which uses
electron-builder
to package the application for desktop.You can take a look at both the example and the official documentation for
electron-builder
and the configuration possible for Linux.