Skip to content

Commit

Permalink
softer pi check
Browse files Browse the repository at this point in the history
  • Loading branch information
dskill committed Nov 17, 2024
1 parent 69df0f0 commit 86887fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function createWindow()
{
console.log('Creating main window...');

const isRaspberryPi = process.platform === 'linux' && process.arch === 'arm';
const isRaspberryPi = process.platform === 'linux';

let windowOptions = {
width: 800,
Expand Down

0 comments on commit 86887fa

Please sign in to comment.