meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
scripts/postinstall.sh
|
@ -4,7 +4,7 @@ |
|
|
source scripts/hash-utils.sh |
|
|
source scripts/hash-utils.sh |
|
|
|
|
|
|
|
|
function MAIN { |
|
|
function MAIN { |
|
|
if ! $CI; then |
|
|
if [ "$CI" != "1" ]; then |
|
|
REBUILD_ELECTRON_NATIVE_DEPS |
|
|
REBUILD_ELECTRON_NATIVE_DEPS |
|
|
fi |
|
|
fi |
|
|
INSTALL_FLOW_TYPED |
|
|
INSTALL_FLOW_TYPED |
|
|