Skip to content

Commit

Permalink
add 'macOS' to mac bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbucari committed Feb 15, 2023
1 parent c1de0e6 commit 9a450b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaseindex.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"WindowsClassic": "Libation\\.\\d+\\.\\d+\\.\\d+-win(dows)?-classic\\.zip",
"WindowsAvalonia": "Libation\\.\\d+\\.\\d+\\.\\d+-win(dows)?-chardonnay\\.zip",
"LinuxAvalonia": "Libation\\.\\d+\\.\\d+\\.\\d+-linux-chardonnay\\.deb",
"MacOSAvalonia": "Libation\\.app-x64-\\d+\\.\\d+\\.\\d+\\.tgz"
"MacOSAvalonia": "Libation\\.app-macOS-x64-\\d+\\.\\d+\\.\\d+\\.tgz"
}
2 changes: 1 addition & 1 deletion Documentation/InstallOnMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This walkthrough should get you up and running with Libation on your Mac.

## Install Libation

- Download the `Libation.app-x64-x.x.x.tgz` file from the latest release and extract it.
- Download the `Libation.app-macOS-x64-x.x.x.tgz` file from the latest release and extract it.
- Move the extracted Libation app bundle to your applications folder.
- Open a terminal (Go > Utilities > Terminal)
- Copy/paste/run the following command (you'll be prompted to enter your password)
Expand Down
2 changes: 1 addition & 1 deletion Scripts/targz2macosbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tar -czvf "$BUNDLE-$VERSION.tar.gz" "$BUNDLE"

mkdir bundle
echo "moving to ./bundle/$BUNDLE-$VERSION.tar.gz"
mv "$BUNDLE-$VERSION.tar.gz" "./bundle/$BUNDLE-x64-$VERSION.tgz"
mv "$BUNDLE-$VERSION.tar.gz" "./bundle/$BUNDLE-macOS-x64-$VERSION.tgz"

rm -r "$BUNDLE"

Expand Down

0 comments on commit 9a450b0

Please sign in to comment.