Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
v2400: update kernel to 505a25e2eeb4bcfef47c6e1d5636ee55c3333faf
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Feb 6, 2018
1 parent 28dda14 commit 38ebbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LEProc/LEVersion.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>

<LEVersion Version="2.3.1.1" LastUpdate="20170704" />
<LEVersion Version="2.4.0.0" LastUpdate="20180206" />
2 changes: 1 addition & 1 deletion Scripts/sign-package.ps1
@@ -1,6 +1,6 @@
if(-not (Test-Path env:CI))
{
$signExe = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.15063.0\x86\signtool.exe'
$signExe = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x86\signtool.exe'
$files = gci '..\Build\Release\*' -Recurse -Include *.exe,LoaderDll.dll,LocaleEmulator.dll | %{('"{0}"' -f $_.FullName)}
$timestampUrl = 'http://time.certum.pl/'

Expand Down

0 comments on commit 38ebbeb

Please sign in to comment.