Skip to content

Commit

Permalink
mads.json: add pre_install script to support changes in release package
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Jun 15, 2024
1 parent b630a32 commit 3aef49c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bucket/mads.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"url": "https://github.com/tebe6502/Mad-Assembler/archive/refs/tags/2.1.6.zip",
"hash": "1f0121406a6091988e59c5118c8cb0a09e9ae0fbf310991595e840ca6a10e4e3",
"extract_dir": "Mad-Assembler-2.1.6",
"pre_install": [
"Move-Item $dir\\bin\\windows_x86_64\\*.* $dir -Force",
"Remove-Item $dir\\bin, $dir\\archived -Recurse"
],
"bin": "mads.exe",
"checkver": "github",
"autoupdate": {
Expand Down

0 comments on commit 3aef49c

Please sign in to comment.