This website requires JavaScript.
Explore
Help
Sign in
GlcoinCore
/
specter-desktop
Watch
1
Star
0
Fork
You've already forked specter-desktop
0
mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced
2026-08-13 12:33:29 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
master
specter-desktop
/
pyinstaller
/
specterd.py
5 lines
96 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Feature: Better Error-management, logging for the APP and Macos builds improvements (#1405) * tiny changes * more documentation * added upload-instructions * better traceability of startup * logs for signing results * bugfix for sign_results * winston logging * error-management and check for specterd-exit * adding locale * distinguish logging properly * don't throw that error unfortunately * fix accidental change * increase memory + cpu for cirrus * increase to 8CPUs but only for cirrus * decrease resources again
2021-09-27 14:09:43 +02:00
from
cryptoadvance
.
specter
.
cli
import
entry_point
Pyinstaller builds (#258) * pyinstaller specs * add udev rules * remove ecdsa dep * udev rules, pyinstaller spec update * update udev readme * Fix issue with Tor service creation * remove pyinstaller artifacts for bip32 * main -> cli * remove daemon and debug modes from binaries * add aarch64 (ARM) build * fix when no tor * fix flake8 Co-authored-by: benk10 <ben.kaufman10@gmail.com>
2020-07-26 11:20:13 +02:00
if
__name__
==
"
__main__
"
:
Feature: Better Error-management, logging for the APP and Macos builds improvements (#1405) * tiny changes * more documentation * added upload-instructions * better traceability of startup * logs for signing results * bugfix for sign_results * winston logging * error-management and check for specterd-exit * adding locale * distinguish logging properly * don't throw that error unfortunately * fix accidental change * increase memory + cpu for cirrus * increase to 8CPUs but only for cirrus * decrease resources again
2021-09-27 14:09:43 +02:00
entry_point
(
)
Reference in a new issue
Copy permalink