Skip to content

Commit

Permalink
[BF03] Finalized Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 14, 2023
1 parent 48abac2 commit 8794418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChocolateyPack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/EoflaOE/Kernel-Simulator/releases/download/v0.0.16.19-alpha/0.0.16.19-bin.rar"
$md5check = "57b66942d1f289a985ecad12c25a354f"
$md5check = "7d7bd478b1c3bd62a005994d1abd9259"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down

0 comments on commit 8794418

Please sign in to comment.