Skip to content

Commit

Permalink
max - Fix extract
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jan 25, 2024
1 parent f019ef3 commit 143380f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions engines/max/assets/run-max.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

cd max
export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH"
./max "$@"
10 changes: 8 additions & 2 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8396,7 +8396,13 @@
"file": "max-615250-1.tar.xz"
}
],
"command": "./run-max.sh",
"download_config": [
{
"extract_location": "./max",
"download_name": "max"
}
],
"command": "./max/run-max.sh",
"engine_name": "M.A.X.",
"cloudNotAvailable": true,
"app_id": "615250"
Expand Down Expand Up @@ -10276,4 +10282,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit 143380f

Please sign in to comment.