File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#define public RemoteClientBaseClassesName " ASCOM.RemoteClientBaseClasses" ; Remote client support DLL name
1616#define public ASCOMRemoteDocumentationFileName " ASCOM Remote Installation and Configuration.pdf" ; ASCOM Remote documentation file
1717
18- ; Specifiy debug or release build; define public BuildType " Debug" ; Type of build - Release or Debug
19- # define public BuildType " Release" ; Type of build - Release or Debug
18+ ; Specifiy debug or release build# define public BuildType " Debug" ; Type of build - Release or Debug
19+ ; define public BuildType "Release" ; Type of build - Release or Debug
2020
2121[Setup]
2222AppID = {{0ee690ae-7927 -4ee7-b851-f5877c077ff5}
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ if errorlevel 1 (
4040 echo signtool sign /a /as /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Client Device Base Classes\bin\Release\ASCOM.RemoteClientBaseClasses.dll"
4141 echo signtool sign /a /fd SHA256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Client Local Server\bin\Release\RestSharp.dll"
4242 echo signtool sign /a /as /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Client Local Server\bin\Release\RestSharp.dll"
43- signtool sign /a /fd SHA256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Debug \ASCOM.RemoteServer.exe"
44- signtool sign /a /as /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Debug \ASCOM.RemoteServer.exe"
43+ signtool sign /a /fd SHA256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Release \ASCOM.RemoteServer.exe"
44+ signtool sign /a /as /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Release \ASCOM.RemoteServer.exe"
4545 signtool sign /a /fd SHA256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Release\ASCOM.Common.dll"
4646 signtool sign /a /as /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\Remote Server\bin\Release\ASCOM.Common.dll"
4747 signtool sign /a /fd SHA256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 " J:\ASCOMRemote\SetNetworkPermissions\bin\Release\ASCOM.SetNetworkPermissions.exe"
You can’t perform that action at this time.
0 commit comments