File | Date | Author | Commit |
---|---|---|---|
src | 2017-08-23 |
![]() |
[f2c6f5] improve ui |
test | 2017-08-21 |
![]() |
[e4f91f] add debug and dev param |
.compilerc | 2017-08-03 |
![]() |
[99f87e] Initial core |
.eslintrc | 2017-08-26 |
![]() |
[ab6d41] extract forge config to standalone file |
.gitignore | 2017-08-03 |
![]() |
[99f87e] Initial core |
.travis.yml | 2017-08-26 |
![]() |
[746a72] add deploy script ci |
LICENSE.md | 2017-08-09 |
![]() |
[102ce5] change license to MIT |
README.md | 2017-08-26 |
![]() |
[8fcd4b] [skip ci] fix link for setup exe |
appveyor.yml | 2017-08-26 |
![]() |
[6efa33] [skip ci] fix version typo |
forge.config.js | 2017-08-26 |
![]() |
[62de5b] fix duplicate version in nunpkg output name |
npm-shrinkwrap.json | 2017-08-26 |
![]() |
[6efa33] [skip ci] fix version typo |
package.json | 2017-08-26 |
![]() |
[eaa30e] release 1.0.0 |
yarn.lock | 2017-08-12 |
![]() |
[1bb4ec] add squirell startup |
Direct printing from Browser
Platform | 32-bit | 64-bit |
---|---|---|
Windows (.exe) | exe - zip | exe - zip |
Debian / Ubuntu (.deb) | deb - zip | deb - zip |
Redhat / Centos (.rpm) | rpm - zip | rpm - zip |
Use Zadig to install the WinUSB driver for your USB device. Otherwise you will get LIBUSB_ERROR_NOT_SUPPORTED
when attempting to open devices.
Fast Ways: Microsoft's windows-build-tools, run npm install --global --production windows-build-tools
on PowerShell or CMD.exe (run as Administrator)
Manual: see here
sudo apt install build-essential
sudo apt install libudev-dev
npm install -g electron-forge
npm install
npm run make
You can find your installer on folder out/make
This project is licensed under the MIT License - see the LICENSE.md file for details