Skip to content

Commit 95e03f3

Browse files
committed
fix: update naughty-patch command to apply specific oxen-libquic.patch because windows
1 parent 5148359 commit 95e03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"update_version": "sh update_version.sh",
1313
"clean": "rimraf .cache build",
1414
"install": "cmake-js compile --runtime=electron --runtime-version=34.2.0 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF --CDWITH_TESTS=OFF",
15-
"naughty-patch": "git apply patches/*.patch",
15+
"naughty-patch": "git apply patches/oxen-libquic.patch",
1616
"prepare_release": "sh prepare_release.sh"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)