mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 14:57:42 +00:00
chore(developer): sign addons in server
This commit is contained in:
parent
702b3a0582
commit
7c2d3624cd
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@ clean: .virtual
|
|||
-del tsconfig.tsbuildinfo
|
||||
|
||||
signcode:
|
||||
@rem nothing to do
|
||||
$(SIGNCODE) /d "Keyman" build\src\win32\console\node-hide-console-window.node
|
||||
$(SIGNCODE) /d "Keyman" build\src\win32\console\node-hide-console-window.x64.node
|
||||
$(SIGNCODE) /d "Keyman" build\src\win32\trayicon\addon.node
|
||||
$(SIGNCODE) /d "Keyman" build\src\win32\trayicon\addon.x64.node
|
||||
|
||||
wrap-symbols:
|
||||
@rem nothing to do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue