vorta/src/vorta
TW d2f618babf pyinstaller / vorta.spec: make platform independent (#122)
* pyinstaller / vorta.spec: make platform independent

- cwd must be the repo dir, __FILE__ is not available here
- the borg binary for the platform must be in bin/borg (no matter
  whether we build for Linux or macOS or ...)
- moved some settings to top of the file
- whitespace clean up

* fat binary: must not fork on linux either

also: refactor slightly
2019-01-13 10:03:00 +08:00
..
assets Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
borg Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
views v0.6.4 - Custom pre/post backup commands (#104) 2019-01-06 08:22:11 +08:00
__init__.py Change to src-based layout. Start work on scheduler. 2018-10-29 13:12:45 +08:00
__main__.py pyinstaller / vorta.spec: make platform independent (#122) 2019-01-13 10:03:00 +08:00
_version.py Bump version: 0.6.3 → 0.6.4 2019-01-06 08:23:21 +08:00
application.py V0.6.2 – Restructure README (#97) 2018-12-18 19:23:34 +08:00
config.py Redirect Borg logging output to standard location. Fixes #35 2018-11-22 11:06:58 +08:00
keyring_darwin.py v0.6.1 Release (#86) 2018-12-14 16:03:26 +08:00
keyring_db.py Add own macOS Keychain implementation to avoid conflict with autostart. #81 2018-12-06 17:41:22 +08:00
log.py Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
models.py Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
notifications.py Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
scheduler.py Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
sentry.py Fix flake8 warnings. 2018-11-22 10:18:03 +08:00
tray_menu.py v0.5.3 (#80) 2018-12-05 17:05:47 +08:00
updater.py Implement selecting update channel (appcast.xml). 2018-12-08 18:41:56 +08:00
utils.py v0.6.1 Release (#86) 2018-12-14 16:03:26 +08:00