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

Add a Linux/AppImage build #38

Merged
merged 4 commits into from
Jul 2, 2024
Merged

Add a Linux/AppImage build #38

merged 4 commits into from
Jul 2, 2024

Conversation

fwcd
Copy link
Contributor

@fwcd fwcd commented Apr 8, 2024

Fixes #35

This adds an experimental Linux build along with a corresponding Ubuntu CI configuration. The package.json already includes an electron-builder configuration producing an AppImage on Linux, so the changes required to the code are minimal.

fwcd added 4 commits April 9, 2024 00:53
This looks like a problem that didn't surface under Windows or macOS,
which typically use case-insensitive file systems, as opposed to Linux,
where case-sensitive file systems are more common.
@fwcd fwcd changed the title Add a Linux build Add a Linux/AppImage build Apr 8, 2024
@@ -2,7 +2,7 @@ import React from 'react'
import styled from 'styled-components'
import zIndexes from '../zIndexes'
import UniverseIcon from '@mui/icons-material/Settings'
import LightingIcon from '@mui/icons-material/LightBulb'
import LightingIcon from '@mui/icons-material/Lightbulb'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor issue that surfaced during the build were a few miscapitalized imports, which presumably weren't a problem on macOS and Windows where file systems are usually case-insensitive (as opposed to Linux).

@fwcd fwcd marked this pull request as ready for review April 8, 2024 23:33
@spensbot
Copy link
Owner

spensbot commented Jul 2, 2024

Looks pretty chill. I can't imagine how this could negatively affect existing windows or mac builds. I don't have capacity to test linux builds myself, but there's no reason not to give interested people a leg up!

@spensbot spensbot merged commit 27611d8 into spensbot:main Jul 2, 2024
@fwcd fwcd deleted the linux-build branch July 2, 2024 11:20
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

Successfully merging this pull request may close these issues.

Official Linux build
2 participants