Skip to content

Instantly share code, notes, and snippets.

@ralphtheninja
Created June 3, 2019 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralphtheninja/e7b0437be43a1465c9d44795646504d2 to your computer and use it in GitHub Desktop.
Save ralphtheninja/e7b0437be43a1465c9d44795646504d2 to your computer and use it in GitHub Desktop.
cd deltachat-node
cd deltachat-core-rust
git fetch
git checkout --track origin/cleanup-cli
git rebase origin/master
cd ..
node scripts/rebuild-core.js
./node_modules/.bin/node-gyp rebuild
cp deltachat-core-rust/target/release/deltachat.dll build/Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment