Desktop Application for delta.chat
DeltaChat Windows release and CI builder for Windows
Download DeltaChat windows: https://github.com/homdx/deltachat-windows/releases/download/v0.900.0/deltachat-win.zip
https://github.com/homdx/deltachat-windows/releases/download/v0.900.0/deltachat.zip
https://github.com/homdx/deltachat-windows/releases
New: Release builder for make setup version and onefile bundle version of deltachat desktop for windows
Reproduce in your Windows build env (also for old builds too)
- Setup https://chocolatey.org
- Setup Git to windows
choco install nodejs.install aria2
- Commads for bash env windows:
git clone https://github.com/homdx/deltachat-windows
cd deltachat-windows
dos2unix *.sh
chmod +x *.sh
#setup Travis variables and paths
export TRAVIS=true
export TRAVIS_BUILD_DIR=~/deltachat-windows
- ./build-all.shl
If you want compile all from sources, without usage precompiled files with cache (for rust and deltachat sources), run with:
./make-build-cache.sh --build-arg DISABLECACHE='something'
./build.sh
Progress bar for Travis-CI
- main application deltachat (unpacked)
- main application deltachat (packed)