mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
Fixed path
This commit is contained in:
parent
4293b1e28e
commit
f205caeeb5
@ -28,7 +28,7 @@ class Script
|
|||||||
|
|
||||||
var userDataPathArgument = "--userDataPath=\"[USER_DATA_PATH]\"";
|
var userDataPathArgument = "--userDataPath=\"[USER_DATA_PATH]\"";
|
||||||
|
|
||||||
File updateService = new File(@"..\..\..\node_modules\auto_update\auto_update_service.exe");
|
File updateService = new File(@"..\..\..\node_modules\auto-update\auto_update_service.exe");
|
||||||
updateService.ServiceInstaller = new ServiceInstaller
|
updateService.ServiceInstaller = new ServiceInstaller
|
||||||
{
|
{
|
||||||
Name = "auto_update_service",
|
Name = "auto_update_service",
|
||||||
@ -70,7 +70,7 @@ class Script
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
updateService,
|
updateService,
|
||||||
new File(@"..\..\..\node_modules\auto_update\auto_update_helper.exe"),
|
new File(@"..\..\..\node_modules\auto-update\auto_update_helper.exe"),
|
||||||
new File(@"..\..\..\dist\win-unpacked\chrome_100_percent.pak"),
|
new File(@"..\..\..\dist\win-unpacked\chrome_100_percent.pak"),
|
||||||
new File(@"..\..\..\dist\win-unpacked\chrome_200_percent.pak"),
|
new File(@"..\..\..\dist\win-unpacked\chrome_200_percent.pak"),
|
||||||
new File(@"..\..\..\dist\win-unpacked\d3dcompiler_47.dll"),
|
new File(@"..\..\..\dist\win-unpacked\d3dcompiler_47.dll"),
|
||||||
|
Loading…
Reference in New Issue
Block a user