Skip to content

Commit

Permalink
fix: fix Windows on Arm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Aug 16, 2024
1 parent c68cf0a commit 83c8177
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4] - 2024-08-16

### Fixed

- Fix Windows on Arm installtation

## [1.0.3] - 2024-08-12

### Added
Expand Down Expand Up @@ -84,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic functionality

[Unreleased]: https://github.com/LiteLDev/bdsdown/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/LiteLDev/bdsdown/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/LiteLDev/bdsdown/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/LiteLDev/bdsdown/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/LiteLDev/bdsdown/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/LiteLDev/bdsdown/compare/v1.0.0...v1.0.1
Expand Down
16 changes: 8 additions & 8 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/bdsdown",
"version": "1.0.3",
"version": "1.0.4",
"info": {
"name": "bdsdown",
"description": "Downloader for Minecraft BDS",
Expand All @@ -14,7 +14,7 @@
{
"goos": "darwin",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-darwin-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-darwin-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -32,7 +32,7 @@
{
"goos": "darwin",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-darwin-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-darwin-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -50,7 +50,7 @@
{
"goos": "linux",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-linux-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-linux-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -68,7 +68,7 @@
{
"goos": "linux",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-linux-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-linux-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -86,7 +86,7 @@
{
"goos": "windows",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-windows-amd64.zip",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-windows-amd64.zip",
"files": {
"place": [
{
Expand All @@ -98,8 +98,8 @@
},
{
"goos": "windows",
"goarch": "386",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-windows-arm64.zip",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.4/bdsdown-windows-arm64.zip",
"files": {
"place": [
{
Expand Down

0 comments on commit 83c8177

Please sign in to comment.