mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -06:00
11 lines
420 B
JSON
11 lines
420 B
JSON
{
|
|
"name": "auto_update",
|
|
"version": "0.0.1",
|
|
"description": "SDA Auto Update",
|
|
"scripts": {
|
|
"test": "cl tests.cpp /O2 /MTd /D_DEBUG /D_CRTDBG_MAP_ALLOC /nologo /link /SUBSYSTEM:CONSOLE && tests.exe",
|
|
"preinstall": "npm run test && npm run build",
|
|
"build": "cl auto_update_helper.cpp /O2 /MT /nologo /link /SUBSYSTEM:CONSOLE && cl auto_update_service.c /O2 /MT /nologo /link /SUBSYSTEM:CONSOLE"
|
|
}
|
|
}
|