Skip to content

Commit

Permalink
fix author
Browse files Browse the repository at this point in the history
  • Loading branch information
marianina8 committed May 21, 2024
1 parent 947fe6f commit a4d96cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions choco/timetravel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<id>timetravel</id>
<version>__REPLACE__</version>
<title>Time Travel CLI</title>
<authors>marianina8</authors>
<owners>marianina8</owners>
<authors>[email protected]</authors>
<owners>[email protected]</owners>
<projectUrl>https://github.com/marianina8/timetravel</projectUrl>
<description>A CLI tool for time travel</description>
<tags>cli golang timetravel</tags>
Expand Down
4 changes: 2 additions & 2 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageVersion = $env:chocolateyPackageVersion
$url = "https://github.com/marianina8/timetravel/releases/download/$packageVersion/timetravel_Windows_x86_64.zip"

# Define the file paths
$zipPath = Join-Path $toolsDir 'timetravel-windows-amd64.zip'
$zipPath = Join-Path $toolsDir 'timetravel-windows-x86-64.zip'
$exePath = Join-Path $toolsDir 'timetravel.exe'

# Download the zip file
Expand All @@ -24,7 +24,7 @@ Get-ChocolateyUnzip -FileFullPath $zipPath -Destination $toolsDir

# Move the binary to the tools directory
Write-Host "Moving timetravel.exe to $toolsDir"
Move-Item -Path (Join-Path $toolsDir 'timetravel-windows-amd64\timetravel.exe') -Destination $exePath
Move-Item -Path (Join-Path $toolsDir 'timetravel-windows-x86-64\timetravel.exe') -Destination $exePath

# Remove the zip file
Write-Host "Removing $zipPath"
Expand Down

0 comments on commit a4d96cf

Please sign in to comment.