summaryrefslogtreecommitdiffhomepage
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Sign all DLLsDavid Lönnhager1-2/+5
2020-02-13Refactor to create `update-relays.sh` scriptJanito Vaqueiro Ferreira Filho1-21/+1
2020-01-23Move wireguard-go into the repositoryEmīls1-0/+5
2020-01-22Sign select binaries for release buildsDavid Lönnhager1-1/+57
2019-10-09Adapt to problem-report binary being called mullvad-problem-reportLinus Färnstrand1-3/+3
2019-10-09Fix invalid usage of --lockedLinus Färnstrand1-1/+3
2019-10-09Add --locked to all cargo build invocationsLinus Färnstrand1-1/+1
2019-10-09Use `npm ci` and `npm version`, bump node requirements to v12Andrej Mihajlov1-3/+9
2019-10-01Notarize app after signingLinus Färnstrand1-14/+8
2019-09-13Update build.sh to use relay_list_v3Linus Färnstrand1-1/+1
2019-09-03Remove the backup of electron-builder.ymlAndrej Mihajlov1-3/+0
2019-09-03Add launcher script on Linux to disable sandboxAndrej Mihajlov1-12/+15
2019-09-02Make the amount of chars from the git hash in version string constantLinus Färnstrand1-1/+1
2019-08-30Refactor injecting version numbers into files into dedicated scriptLinus Färnstrand1-34/+5
2019-08-30Update build.gradle with product version on buildLinus Färnstrand1-0/+5
2019-08-30Compute and insert versionCode and versionName for AndroidLinus Färnstrand1-3/+2
2019-08-08Parse build.sh --dev-build flag only onceLinus Färnstrand1-3/+5
2019-08-08Only restore electron-builder.yml.bak on dev buildLinus Färnstrand1-1/+3
2019-08-08Disable compression after backup restore hook has been initializedLinus Färnstrand1-8/+9
2019-07-16Make build.sh disable compression on --dev-build buildsLinus Färnstrand1-0/+9
2019-04-03Avoid passing parent script arguments to `env.sh`Janito Vaqueiro Ferreira Filho1-1/+1
2019-04-02Backup package-lock.jsonAndrej Mihajlov1-0/+2
2019-04-02Migrate from yarn to npmAndrej Mihajlov1-4/+4
2019-03-04Update package.json path in build.shLinus Färnstrand1-3/+3
2019-02-14Use new relay list in buildscriptEmīls Piņķis1-1/+1
2019-01-29Consider CARGO_TARGET_DIR in build.shLinus Färnstrand1-9/+32
2018-11-15Don't cargo clean in dev buildsLinus Färnstrand1-2/+3
2018-11-14Remove check that rustc matches a given version on production buildsLinus Färnstrand1-10/+0
2018-10-30Bump required rustc to 1.30.0Linus Färnstrand1-1/+1
2018-09-27Bump required rustc version to 1.29.1Linus Färnstrand1-1/+1
2018-09-24Use winres in all binary crates to set Windows resource metadataLinus Färnstrand1-1/+3
2018-09-24Only add metadata to daemon when not testingLinus Färnstrand1-1/+1
2018-09-14Bump required rustc to 1.29Linus Färnstrand1-1/+1
2018-09-14Add -dev-<commit> also to signed builds not on a tag commitLinus Färnstrand1-3/+6
2018-09-14Don't requre CSC_LINK etc to be set on WindowsLinus Färnstrand1-1/+1
2018-09-11Fix build.sh so it cleans up version changes on exitLinus Färnstrand1-3/+9
2018-09-06Fix relay list downloading in buildscriptEmīls Piņķis1-3/+4
2018-08-15Add workspacesAndrej Mihajlov1-3/+6
2018-08-14Bump required Rust version in build.shLinus Färnstrand1-1/+1
2018-07-23Bump required Rust versionOdd Stranne1-1/+1
2018-07-18Parse JSONRPC response for relay list in build.shEmīls Piņķis1-2/+16
2018-07-17Make sed usage in build.sh macOS compatibleLinus Färnstrand1-3/+2
2018-07-17Replace list-relay call with curl in build.shEmīls Piņķis1-2/+6
2018-07-12Add version information for Rust binariesOdd Stranne1-0/+16
2018-07-06Actually source env.sh in build.shEmīls1-0/+1
2018-07-05Accomodate build.sh to support OpenSSLEmīls1-27/+2
2018-07-05Statically link towards custom OpenSSLLinus Färnstrand1-1/+7
2018-07-03Move problem-report out to own crateLinus Färnstrand1-2/+4
2018-07-02Add linking env vars for Linux in build.sh and .travis.ymlLinus Färnstrand1-2/+5
2018-06-29Forward all arguments to the Windows build scriptOdd Stranne1-1/+1