| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 966b700 commit 7d9db8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,8 +54,8 @@ rm "$MERVE_ZIP" | |||
| 54 | 54 | ||
| 55 | 55 | curl -sL -o "$MERVE_LICENSE" "https://raw.githubusercontent.com/anonrig/merve/HEAD/LICENSE-MIT" | |
| 56 | 56 | ||
| 57 | - echo "Replacing existing merve (except GYP build files)" | ||
| 58 | - mv "$DEPS_DIR/merve/merve.gyp" "$WORKSPACE/" | ||
| 57 | + echo "Replacing existing merve (except GYP/GN build files)" | ||
| 58 | + mv "$DEPS_DIR/merve/merve.gyp" "$DEPS_DIR/merve/BUILD.gn" "$DEPS_DIR/merve/unofficial.gni" "$WORKSPACE/" | ||
| 59 | 59 | rm -rf "$DEPS_DIR/merve" | |
| 60 | 60 | mv "$WORKSPACE" "$DEPS_DIR/merve" | |
| 61 | 61 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments