tenv: fix atmos

This commit is contained in:
Jason Swank
2026-01-23 16:19:17 -05:00
parent ffd982948a
commit 9052e555b8
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ execute() {
if [ -z "${EXT}" ] || [ "${EXT}" = ".exe" ]; then
BINARY_PATH="${TMPDIR}/${ASSET_FILENAME}"
else
BINARY_PATH="${TMPDIR}/atmo"
BINARY_PATH="${TMPDIR}/atmos"
fi
if [ "${UNAME_OS}" = "windows" ]; then