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

Was able to run on Ubuntu 22.04 #111

Open
syedbarimanjan opened this issue Jan 1, 2025 · 0 comments
Open

Was able to run on Ubuntu 22.04 #111

syedbarimanjan opened this issue Jan 1, 2025 · 0 comments
Labels
question Further information is requested

Comments

@syedbarimanjan
Copy link

Summary

I was able to run the app on Ubuntu 22.04 but had to change the following

if (!safeStorage.isEncryptionAvailable()) {
throw new Error('Encryption is not available on this system.');
}

to

const useEncryption = safeStorage.isEncryptionAvailable();

Also the contributing guide doesnt has any info on how to build and run the program.

@syedbarimanjan syedbarimanjan added the question Further information is requested label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant