SimDevices-Project / simpad-control-panel

基于Electron环境,使用node-hid模块搭建的SimPad上位机控制程序
Apache License 2.0
63 stars 13 forks source link

Project is broken + no Linux support #21

Open ThatOneCalculator opened 3 years ago

ThatOneCalculator commented 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.

ThatOneCalculator commented 3 years ago

Running npm run build:linux (after adding a description and author to package.json) doesn't even launch correctly.

ThatOneCalculator commented 3 years ago

script.js (which is your preload, I assume), isn't loading.

image