Skip to content

Commit

Permalink
fix: ssl support bug
Browse files Browse the repository at this point in the history
  • Loading branch information
roose committed Oct 31, 2020
1 parent 7945c71 commit 4c517f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nim c -d:release --opt:size --passL:-s npms.nim
nim c -d:release --opt:size --passL:-s -d:ssl npms.nim

# get version from plugin.json
$version = (Get-Content plugin.json | ConvertFrom-Json).version
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Name": "npms search",
"Description": "Search for npm packages with npms.io",
"Author": "roose",
"Version": "1.0.1",
"Version": "1.0.2",
"Language": "executable",
"Website": "https://github.com/roose/wox-npms-search",
"IcoPath": "Images\\npms.png",
Expand Down

0 comments on commit 4c517f9

Please sign in to comment.