https://github.com/wifi-tally/electron-dist
scripts for distribution as electron packages
https://github.com/wifi-tally/electron-dist
Last synced: 4 months ago
JSON representation
scripts for distribution as electron packages
- Host: GitHub
- URL: https://github.com/wifi-tally/electron-dist
- Owner: wifi-tally
- License: mit
- Created: 2021-06-02T16:51:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T21:21:13.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:42:54.604Z (5 months ago)
- Language: Python
- Size: 208 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Builder for vTally
At its core, vTally is build without Electron. But to make distribution and installation easy
we use Electron to create a file that is installable with a few clicks.## Development
````bash
yarn install
./node_modules/.bin/electron-rebuildyarn start
````# Logs
* **on Linux**: ~/.config/vtally-electron/logs/main.log
* **on macOS**: ~/Library/Logs/vtally-electron/main.log
* **on Windows**: %USERPROFILE%\AppData\Roaming\vtally-electron\logs\main.log