mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
Update packager to search for tar.xz
This commit is contained in:
parent
f77c2c7a58
commit
2f2af937a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue