Open ThatOneCalculator opened 3 years ago
Because this is built with electron, with electron-builder it's pretty easy to create a Linux release. Many of us would appreciate a Linux release.
Running npm run build:linux (after adding a description and author to package.json) doesn't even launch correctly.
npm run build:linux
package.json
script.js (which is your preload, I assume), isn't loading.
script.js
Because this is built with electron, with electron-builder it's pretty easy to create a Linux release. Many of us would appreciate a Linux release.