mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
correct the file format in packaging script of the emu
This commit is contained in:
parent
38ac49254d
commit
5907e67751
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ apt install tar -y || exit 1
|
|||
|
||||
mkdir -p "$script_dir/$out_dir/$1"
|
||||
|
||||
archive_file="$script_dir/$out_dir/$1/emu-linux-$1.tar.gz"
|
||||
archive_file="$script_dir/$out_dir/$1/emu-linux-$1.tar.bz2"
|
||||
[[ -f "$archive_file" ]] && rm -f "$archive_file"
|
||||
tar -C "$script_dir/$build_base_dir" -c -j -vf "$archive_file" "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue