Skip to content

Commit

Permalink
fixed spotify pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Dec 13, 2011
1 parent 882e980 commit 6b321f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata> <metadata>
<id>spotify</id> <id>spotify</id>
<title>Spotify</title> <title>Spotify</title>
<version>0.5.2.84</version> <version>0.5.2.85</version>
<authors>Spotify, Ltd</authors> <authors>Spotify, Ltd</authors>
<owners>Rob Reynolds</owners> <owners>Rob Reynolds</owners>
<summary>Spotify is a new way to listen to music</summary> <summary>Spotify is a new way to listen to music</summary>
Expand Down
2 changes: 1 addition & 1 deletion spotify/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ try {
$is64bit = $processor.AddressWidth -eq 64 $is64bit = $processor.AddressWidth -eq 64


$progFiles = [System.Environment]::GetFolderPath('ProgramFiles') $progFiles = [System.Environment]::GetFolderPath('ProgramFiles')
if ($is64bit) {$progFiles = "$progFiles (x86)"} if ($is64bit -and $progFiles -notmatch 'x86') {$progFiles = "$progFiles (x86)"}


$spotifyExe = Join-Path $progFiles "Spotify\spotify.exe" $spotifyExe = Join-Path $progFiles "Spotify\spotify.exe"


Expand Down

0 comments on commit 6b321f2

Please sign in to comment.