2021-03-25 02:34:34 -05:00
|
|
|
{
|
|
|
|
"name": "auto_update",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "SDA Auto Update",
|
|
|
|
"scripts": {
|
2021-05-07 01:00:23 -05:00
|
|
|
"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",
|
2021-09-29 08:47:57 -05:00
|
|
|
"build": "rc.exe /nologo auto_update_helper.rc & cl auto_update_helper.c auto_update_helper.res /O2 /MT /nologo /link /SUBSYSTEM:CONSOLE /MANIFESTINPUT:manifest.xml /MANIFEST:EMBED & rc.exe /nologo auto_update_service.rc & cl auto_update_service.c auto_update_service.res /O2 /MT /nologo /link /SUBSYSTEM:CONSOLE /MANIFESTINPUT:manifest.xml /MANIFEST:EMBED"
|
2021-03-25 02:34:34 -05:00
|
|
|
}
|
|
|
|
}
|