-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32c0a8f
commit 68ee557
Showing
3 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
"fs-xattr": "0.3.0" | ||
}, | ||
"dependencies": { | ||
"@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#00fd0f8a6623c6683280976d2a92b41d09c744bc", | ||
"@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#b10f232fac62ba7f8775c9e086bb5558fe7d948b", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
scottnonnenberg-signal
Author
Contributor
|
||
"@sindresorhus/is": "0.8.0", | ||
"array-move": "2.1.0", | ||
"backbone": "1.3.3", | ||
|
@@ -290,16 +290,6 @@ | |
], | ||
"target": [ | ||
"nsis" | ||
], | ||
"extraFiles": [ | ||
{ | ||
"from": "node_modules/@journeyapps/sqlcipher/build/Release/", | ||
"to": ".", | ||
"filter": [ | ||
"msvcp140.dll", | ||
"vcruntime140.dll" | ||
] | ||
} | ||
] | ||
}, | ||
"nsis": { | ||
|
@@ -387,9 +377,7 @@ | |
"node_modules/sharp/build/**", | ||
"!node_modules/@journeyapps/sqlcipher/deps/*", | ||
"!node_modules/@journeyapps/sqlcipher/build/*", | ||
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*", | ||
"!node_modules/@journeyapps/sqlcipher/lib/binding/electron-*/msvcp140.dll", | ||
"!node_modules/@journeyapps/sqlcipher/lib/binding/electron-*/vcruntime140.dll" | ||
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the new link refers to the same repo as the previous one, they both mark SQLCipher 3.2.1 (not 4.3.0) as the latest release.