Created
June 3, 2019 23:59
-
-
Save ralphtheninja/e7b0437be43a1465c9d44795646504d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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