Skip to content

Commit

Permalink
(musescore) fixed version, added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Dec 4, 2020
1 parent e56094d commit a901945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions automatic/musescore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Create beautiful sheet music for free using MuseScore, the free and open source

MuseScore runs on Windows, MacOS, and Linux, and is available in over 40 different languages. Whether you are an experienced user of other notation programs like Finale or Sibelius, or a newcomer to the world of music notation programs, MuseScore has the tools you need to make your music look as good as it sounds.

![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/musescore/screenshot.png?raw=true)
Binary file added automatic/musescore/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions automatic/musescore/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ function global:au_GetLatest {
$re = '\.msi$'
$url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href

$verRe = '\/v?'
$version32 = $url32 -split "$verRe" | select -last 1 -skip 1
$version32 = $url32 -split "-" | select -last 1 -skip 1
@{
URL32 = $url32
Version = $version32
ReleaseNotes = "https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-$($version32 -replace '\.')"
ReleaseNotes = "https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-$($version32 -replace '\..+')"
}
}

Expand Down

0 comments on commit a901945

Please sign in to comment.