Commit Graph

15 Commits

Author SHA1 Message Date
32651fbe53
Fix a mistake in packaging sql files for Windows 2022-07-12 01:17:43 +03:00
70dcb944c8
add sql scripts files for sqlthread, change in sql import, updated code for sql file loading and fixed some linting 2022-03-23 16:36:10 +05:30
a5773999fe
Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
2ace579107
Runtime hook for pyinstaller to load plugins and setup %PATH%. 2021-08-02 13:45:23 +03:00
11cf001d1a
Support running plugins menu_qrcode and proxyconfig_stem on Windows
by bundling needed metadata into exe.
2021-08-02 13:45:16 +03:00
132b413f6e
Exclude tests package from exe 2021-06-07 18:30:31 +03:00
5b71bd1931
Format and simplify bitmessagemain.spec, exclude unused libs and files 2021-02-09 22:56:44 +02:00
73ecf07dec
Wine build cleanup and XP fix
- spec file was cleaned up
- 32bit build runs on XP (downgrade of PyInstaller needed)
2020-02-17 16:03:28 +08:00
3fb34370a7
Wine build script update
- update and clean up and make sure it works
- it builds the binary but I haven't tried to run the binary
- it probably still missing some fine tuning, OpenCL probably doesn't work
2020-02-12 16:16:53 +08:00
ekta-v
425a49edaf
update spec file for build script cross compile exe 2019-09-16 16:20:40 +05:30
8579d8b3b5
PyInstaller spec file updates
- file name based on architecture, version and date
- workaround for __init__ in src
- change to unix line endings
2017-02-27 13:02:37 +01:00
249a513630
Pyinstaller warning
- remove unnecessary includes
2017-02-19 21:53:32 +01:00
46a2c361de
Building and msgpack fixes
- Makefile typo
- pyinstaller rewritten and fixed including and initialisation of
  messagetypes
- msgpack decoding new message display fix
2017-02-19 19:48:45 +01:00
67c8966a21
Windows compatibility fixes
- spec file for pyinstaller detects architecture (32 or 64bit)
- spec file uses os.path.join
- spec file creates and adds the list of messagetypes
- added MinGW/MSyS support in Makefile
- separate Makefile.msvc for MCVC
- bitmsghash.cpp minor adjustments to build also on MSVC/MinGW
- if frozen mode, messagetypes loads the list of files from a text file
  generated during archive building rather than from a directory
2017-02-19 14:48:53 +01:00
3033520995
Directory maintenance
- rearrange obsolete build scripts
- rearrange working build scripts
- add build / devel scripts I use
- add existing development tests (bloom filter, message encoding, thread
  interrupts)
- add directory descriptions
2016-12-01 16:45:04 +01:00