Skip to content
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

Linux support #91

Closed
AustinGil opened this issue Jul 2, 2020 · 11 comments
Closed

Linux support #91

AustinGil opened this issue Jul 2, 2020 · 11 comments

Comments

@AustinGil
Copy link

Hi, Im wondering if you plan to provide support for Linux users?

Im sure there arent so many of us, but hopefully it's not so hard. I would love to see that happen, but also have no expectations.

@matteociasco
Copy link

+1

3 similar comments
@lucarossi93
Copy link

+1

@mattiaiacoucci01
Copy link

+1

@entioentio
Copy link

+1

@ZermattChris
Copy link

Yes please! Mint 20 👍😎

@elisabethschwartz
Copy link

+1

@InfoSec812
Copy link

It's an electron app, so I'm pretty sure it should be simple to package for Linux. I'll try to look when I have some free time.

@InfoSec812
Copy link

Oh, wow, it's even easier than I thought. Since the developers are using Quasar Framework it's a simple command to build the Electron app for Linux.

  1. Clone the repo
  2. From the root of the project, run npm install
  3. Build the electron app npx @quasar/cli build -m electron
  4. Use electron-packager to create RPM/DEB/FlatPak/Snap packages

Dang! I LOVE Quasar Framework

@AustinGil
Copy link
Author

Can confirm that @InfoSec812's solution above works well enough. Running up through the third step will produce a /dist folder with some options including AppImage. Nice!

@blocka
Copy link

blocka commented Feb 10, 2022

After step 3 I get

Cannot open assembly 'build': No such file or directory.

@katherinek123
Copy link
Contributor

Hello! The recent version of OverVue supports Linux! Check out overvue.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants