File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ call "C:\BDS\Studio\21.0\bin\rsvars.bat"
22msbuild.exe " Source\SVGShellExtensions.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
33msbuild.exe " Source\SVGShellExtensions32.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
44msbuild.exe " Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
5+ msbuild.exe " Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
6+
7+ call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SVGShellExtensions\Bin32\SVGTextEditor.exe
8+ call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SVGShellExtensions\Bin64\SVGTextEditor.exe
59
610:INNO
711" C:\Program Files (x86)\Inno Setup 6\iscc.exe" " D:\ETHEA\SVGShellExtensions\Setup\SVGShellExtensions.iss"
Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ Name: ita; MessagesFile: compiler:Languages\Italian.isl; LicenseFile: .\Licenza_
4646Name : desktopicon ; Description : {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags : unchecked ; Components : Editor
4747
4848[Files]
49- Source : " ..\Bin64 \SVGTextEditor.exe" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : Editor
49+ Source : " ..\Bin32 \SVGTextEditor.exe" ; DestDir : " {app} " ; Flags : ignoreversion 32bit ; Components : Editor
5050Source : " ..\Bin32\SVGShellExtensions32.dll" ; DestDir : {app} ; Flags : regserver sharedfile noregerror ; Components : ShellExtensions
51- Source : " ..\Bin64\SVGShellExtensions.dll" ; DestDir : {app} ; Flags : regserver sharedfile noregerror ; Components : ShellExtensions
51+ Source : " ..\Bin64\SVGTextEditor.exe" ; DestDir : " {app} " ; Flags : ignoreversion 64bit ; Components : Editor
52+ Source : " ..\Bin64\SVGShellExtensions.dll" ; DestDir : {app} ; Flags : 64bit regserver sharedfile noregerror ; Components : ShellExtensions
5253
5354[Icons]
5455Name : " {group} \SVGTextEditor" ; Filename : " {app} \SVGTextEditor.exe" ; WorkingDir : " {app} " ; IconFilename: " {app} \SVGTextEditor.exe" ; Components : Editor
Original file line number Diff line number Diff line change 138138 <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
139139 <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
140140 <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
141- <DCC_Define>madExcept;$(DCC_Define)</DCC_Define>
142141 <DCC_MapFile>3</DCC_MapFile>
143142 <DCC_DebugInformation>2</DCC_DebugInformation>
144143 <DCC_IntegerOverflowCheck>false</DCC_IntegerOverflowCheck>
You can’t perform that action at this time.
0 commit comments