Skip to content

Commit

Permalink
No longer specify the version when installing dotnet sign.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 27, 2024
1 parent 87d67fe commit 466b34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/windows/install.dependencies.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ if %errorlevel% neq 0 exit /b %errorlevel%

..\..\tools\windows\gs1000w32.exe /S
if %errorlevel% neq 0 exit /b %errorlevel%

dotnet tool install --global sign --version 0.9.1-beta.24325.5
if %errorlevel% neq 0 exit /b %errorlevel%
3 changes: 3 additions & 0 deletions build/windows/install.dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ Write-Host "Downloading FFmpeg 4.2.3"
$sourceFFmpegExe = "https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/ffmpeg-4.2.3-win64.exe"
$targetFFmpegExe = "c:\vcpkg\ffmpeg.exe"
Invoke-WebRequest $sourceFFmpegExe -OutFile $targetFFmpegExe

Write-Host "Installing dotnet sign"
dotnet tool install --global sign --prerelease

0 comments on commit 466b34f

Please sign in to comment.