mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
correct the file format in packaging script of the emu
This commit is contained in:
parent
38ac49254d
commit
5907e67751
@ -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…
Reference in New Issue
Block a user