Skip to content

Commit

Permalink
AppInstaller fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Jan 6, 2023
1 parent 04d6a83 commit 028198a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArcticControl/ArcticControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageCertificateThumbprint>BE5FC4CC7F1784AC74E442CE3AB3D0003ED383F8</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampServerUrl>http://timestamp.digicert.com</AppxPackageSigningTimestampServerUrl>
<AppInstallerUri>https://github.com/paulober/ArcticControl/releases/latest/download/ArcticControl.appinstaller</AppInstallerUri>
<AppInstallerUri>https://github.com/paulober/ArcticControl/releases/latest/download/</AppInstallerUri>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion installCertificate.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
certutil.exe -addstore TrustedPeople %~dp0\"ArcticControl_0.1.2.0_x64.cer"
certutil.exe -addstore TrustedPeople %~dp0\"ArcticControl.cer"
echo Certificate installed!
pause

0 comments on commit 028198a

Please sign in to comment.