Skip to content

Commit

Permalink
altirra.json: add arm64, remove 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Jul 13, 2024
1 parent fd85026 commit 63ef735
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bucket/altirra.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Altirra is an 8-bit Atari emulator focusing on high-quality emulation, sometimes over speed and polish",
"homepage": "https://www.virtualdub.org/altirra.html",
"license": "GPL-2.0-only",
"url": "https://www.virtualdub.org/downloads/Altirra-4.21.zip",
"hash": "c5965184cf5b43d6bd30af32ec64373363f4597b028de5c8fb30238865bf6427",
"architecture": {
"64bit": {
"url": "https://www.virtualdub.org/downloads/Altirra-4.21.zip",
"hash": "c5965184cf5b43d6bd30af32ec64373363f4597b028de5c8fb30238865bf6427",
"bin": "Altirra64.exe",
"shortcuts": [
[
Expand All @@ -16,15 +16,16 @@
],
"post_install": "Remove-Item $dir\\Altirra.exe"
},
"32bit": {
"bin": "Altirra.exe",
"arm64": {
"url": "https://www.virtualdub.org/downloads/Altirra-4.21-ARM64.zip",
"hash": "5022716921C67D6CF1354D93FDA719AA26986909BFFF6AA916AF277457E28F08",
"bin": "AltirraARM64.exe",
"shortcuts": [
[
"Altirra.exe",
"AltirraARM64.exe",
"Altirra"
]
],
"post_install": "Remove-Item $dir\\Altirra64.exe"
]
}
},
"pre_install": "$manifest.persist | ForEach-Object { if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }",
Expand Down

0 comments on commit 63ef735

Please sign in to comment.