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

Snapcraft ARM #115

Open
iMonZ opened this issue Sep 1, 2021 · 1 comment
Open

Snapcraft ARM #115

iMonZ opened this issue Sep 1, 2021 · 1 comment
Assignees

Comments

@iMonZ
Copy link

iMonZ commented Sep 1, 2021

Hey, could you add the arm build to the Snapcraft?

@ollm
Copy link
Owner

ollm commented Oct 10, 2023

I currently cannot build for Snapcraft ARM as I do not have an ARM device electron-userland/electron-builder#5626

For now you can build from the source if you hace a ARM device:

First time:

Requirements: Git, Node and NPM

git clone https://github.com/ollm/OpenComic.git
cd OpenComic
npm install
npm run rebuild

Build from master version:

npm pull origin master
npm install
npm run build-snap-arm

Now the snap file is located in dist folder.

@ollm ollm self-assigned this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants