mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: registry-js should only build on win32, v0.8.1-prerelease9
This commit is contained in:
parent
3fd8a2a220
commit
478863cef8
3 changed files with 24 additions and 3 deletions
12
patches/registry-js@1.15.1.patch
Normal file
12
patches/registry-js@1.15.1.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/package.json b/package.json
|
||||
index c83258354f9997e167ea872b10093f7b22756671..5f04bdd3c89708d59f4fbc450e6fa1dcae5d6960 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -4,6 +4,7 @@
|
||||
"description": "A simple and opinionated library for working with the Windows registry",
|
||||
"main": "dist/lib/index.js",
|
||||
"typings": "dist/lib/index.d.ts",
|
||||
+ "os": ["win32"],
|
||||
"scripts": {
|
||||
"install": "prebuild-install || node-gyp rebuild",
|
||||
"build": "tsc",
|
||||
Loading…
Add table
Add a link
Reference in a new issue