mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* chore: migrate from altool to notarytool * fix litte things in build-common * add pyenv install in build-osx * add pyinstaller/electron/signing_logs to gitignore * chore: migrate from altool to notarytool * fix little things in build.common * add pyenv install in build osx * add pyinatsller electron signing logs to gitignore * updated build-osx.sh * fix entitlement * heavily refactoring the electron app * polish and improve * further bugfixing and polishing * tiny change to improve support of MacOS * Fix dependency issues --------- Co-authored-by: Manolis <moneymanolis@protonmail.com>
52 lines
958 B
Text
52 lines
958 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/package-lock.json
|
|
pyinstaller/electron/dist
|
|
pyinstaller/electron/signing_logs
|
|
pyinstaller/electron/fonts
|
|
pyinstaller/electron/typography.css
|
|
pyinstaller/electron/output.css
|
|
|
|
.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
|
|
src/cryptoadvance/specter/_version.py
|
|
tests/elements
|
|
signing_dir
|
|
site
|
|
docs/README.md
|
|
cypresstest-output.xml
|
|
cypress/downloads
|
|
pyinstaller/electron/output.css
|
|
pyinstaller/electron/typography.css
|