mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-07-29 15:55:55 -05:00
Merge branch 'master' of github.com:symphonyoss/SymphonyElectron
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
<ROW Path="<AI_DICTS>ui_en.ail"/>
|
||||
</COMPONENT>
|
||||
<COMPONENT cid="caphyon.advinst.msicomp.DigCertStoreComponent">
|
||||
<ROW DigitalCertificate="Wrapper.Windows.Product.RSA.pkcs12.pfx" TimeStampUrl="http://timestamp.verisign.com/scripts/timstamp.dll" SignerDescription="[|ProductName]" DescriptionUrl="https://www.symphony.com" SignOptions="7" SignTool="0" UseSha256="1" Password="4A99BAA4D493EE030480AF53BA42EA11CCFB627AB1800400DA9692073D68C522A10A4FD0B5F78525294E51AC7194D55B5EE1D31F"/>
|
||||
<ROW DigitalCertificate="Wrapper.Windows.Product.RSA.pkcs12.pfx" TimeStampUrl="http://timestamp.digicert.com" SignerDescription="[|ProductName]" DescriptionUrl="https://www.symphony.com" SignOptions="7" SignTool="0" UseSha256="1" Password="4A99BAA4D493EE030480AF53BA42EA11CCFB627AB1800400DA9692073D68C522A10A4FD0B5F78525294E51AC7194D55B5EE1D31F"/>
|
||||
</COMPONENT>
|
||||
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
|
||||
<ROW Fragment="CommonUI.aip" Path="<AI_FRAGS>CommonUI.aip"/>
|
||||
|
||||
@@ -158,6 +158,10 @@ if NOT EXIST %SIGNING_FILE_PATH% (
|
||||
exit /b -1
|
||||
)
|
||||
call %SIGNING_FILE_PATH%
|
||||
IF %errorlevel% neq 0 (
|
||||
echo "Failed to sign installer"
|
||||
exit /b -1
|
||||
)
|
||||
|
||||
echo "Copying New MSI installer to target dir"
|
||||
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\%archiveName%.msi"
|
||||
|
||||
+3
-1
@@ -16,9 +16,11 @@ const userDataPath =
|
||||
userDataPathArg &&
|
||||
userDataPathArg.substring(userDataPathArg.indexOf('=') + 1);
|
||||
|
||||
// force sandbox: true for all BrowserWindow instances.
|
||||
// If we are running in production, sandbox the entire app
|
||||
// and set the app user model id for windows native notifications
|
||||
if (!isNodeEnv) {
|
||||
app.enableSandbox();
|
||||
app.setAppUserModelId('symphony_exe');
|
||||
}
|
||||
|
||||
// need to set this explicitly if using Squirrel
|
||||
|
||||
Reference in New Issue
Block a user