Update packager to search for tar.xz

This commit is contained in:
daijro 2025-02-05 12:13:30 -06:00
parent f77c2c7a58
commit 2f2af937a1

View file

@ -118,7 +118,7 @@ def main():
args = get_args()
# Determine file extension based on OS
file_extensions = {'linux': 'tar.bz2', 'macos': 'dmg', 'windows': 'zip'}
file_extensions = {'linux': 'tar.xz', 'macos': 'dmg', 'windows': 'zip'}
file_ext = file_extensions[args.os]
# Build the package