Skip to content

Commit bd0774f

Browse files
committed
fix bugs
1 parent a1a900a commit bd0774f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/Application/Application.csproj

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,22 @@
2121
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
2222
<OldToolsVersion>3.5</OldToolsVersion>
2323
<TargetFrameworkProfile />
24-
<IsWebBootstrapper>true</IsWebBootstrapper>
24+
<IsWebBootstrapper>false</IsWebBootstrapper>
2525
<NuGetPackageImportStamp></NuGetPackageImportStamp>
26-
<PublishUrl>d:\git\lovettchris\XmlNotepad\src\Application\..\..\publish\</PublishUrl>
26+
<PublishUrl>%24%28SOLUTIONDIR%29\Application\..\..\publish\</PublishUrl>
2727
<Install>true</Install>
28-
<InstallFrom>Web</InstallFrom>
28+
<InstallFrom>Disk</InstallFrom>
2929
<UpdateEnabled>true</UpdateEnabled>
3030
<UpdateMode>Background</UpdateMode>
3131
<UpdateInterval>1</UpdateInterval>
3232
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
3333
<UpdatePeriodically>true</UpdatePeriodically>
3434
<UpdateRequired>false</UpdateRequired>
3535
<MapFileExtensions>true</MapFileExtensions>
36-
<InstallUrl>https://lovettsoftwarestorage.blob.core.windows.net/downloads/XmlNotepad/</InstallUrl>
3736
<UpdateUrl>https://lovettsoftwarestorage.blob.core.windows.net/downloads/XmlNotepad/</UpdateUrl>
3837
<SupportUrl>https://github.com/Microsoft/XmlNotepad</SupportUrl>
3938
<ProductName>XML Notepad</ProductName>
4039
<PublisherName>Chris Lovett</PublisherName>
41-
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
4240
<WebPage>readme.htm</WebPage>
4341
<DisallowUrlActivation>true</DisallowUrlActivation>
4442
<UseApplicationTrust>false</UseApplicationTrust>

src/XmlNotepadSetup/sign.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REM XmlNotepadSetup.msi
1313
REM
1414
REM and post to ftp://www.lovettsoftware.com/LovettSoftware/Downloads/XmlNotepad/
1515
REM
16-
set signtool=%~dp0..\..\tools\signtool.exe
16+
set signtool=signtool.exe
1717
set dll=%~dp0bin\Release\XmlNotepadSetup.msi
1818
echo %signtool% sign /v /debug /i "COMODO RSA Code Signing CA" /t http://timestamp.sectigo.com /fd sha256 %dll%
1919
%signtool% sign /v /debug /i "COMODO RSA Code Signing CA" /t http://timestamp.sectigo.com /fd sha256 %dll%

0 commit comments

Comments
 (0)