mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* refactor build-linux to avoid build-ci.sh * adding set_setup_py_version to release_helper * yet another tiny release-helper * adjusted for win-compatibility * fix windows build again * fix directory-change * part2 * kick * kick * kick * kick * dependencie for ./utils * revert before_script * unix, not linux * fix buildscript * restore version.txt * fix * fex exe * bugfix: not exiting directory * kick * kick * kick * adding liquidissuer * docstrings * fix upload locations * some docs * ommit external exts in DevelopmentConfig * simplifying startup for external exts * macos improvements * Merge branch 'master' of github.com:cryptoadvance/specter-desktop into liquidissuer * last build-script adjustements * fixed params gain * reapply lost sys changes * upgrade liquidissuer * remove unnecessary print statement. * remove unnecessary EXTENSION_LIST reduction in Development * Bugfix: disable gunicorn for windows * fix version.py * black * fix build * last fixes for the macos-script * Update src/cryptoadvance/specter/util/reflection.py * Better formatting for cli * a bit of reformating for cli_ext * ignoring elements test * skip test * fix link to specterext-dice
41 lines
642 B
Text
41 lines
642 B
Text
__pycache__
|
|
.pytest_cache
|
|
*.pyc
|
|
.env
|
|
.buildenv
|
|
.venv
|
|
.tor_service_key
|
|
build
|
|
dist
|
|
release
|
|
*.egg-info
|
|
.vscode
|
|
.idea
|
|
cert.pem
|
|
key.pem
|
|
*.dmg
|
|
.python-version
|
|
pyinstaller/specterd
|
|
pyinstaller/release
|
|
pyinstaller/release-linux
|
|
pyinstaller/release-win
|
|
pyinstaller/version.txt
|
|
pyinstaller/electron/version-data.json
|
|
pyinstaller/electron/downloadloc.js
|
|
pyinstaller/electron/node_modules
|
|
pyinstaller/electron/dist
|
|
.DS_Store
|
|
.coverage
|
|
cypress/videos
|
|
cypress/screenshots
|
|
node_modules
|
|
btcd-conn.json
|
|
elmd-conn.json
|
|
tests/bitcoin*
|
|
tests/elements*
|
|
token.sh
|
|
src/cryptoadvance/specter/translations/**/messages.mo
|
|
tests/elements
|
|
signing_dir
|
|
site
|
|
docs/README.md
|