mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-21 20:01:18 +00:00
Fixed zip process of pk3 including pk3 directory itself
This commit is contained in:
parent
251d85ab66
commit
e9a4704df1
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ install_db_mysql() {
|
|||
|
||||
install_pk3() {
|
||||
echo -n 'zipping pk3...';
|
||||
zip -r -q wolfadmin-$curr_version.pk3 pk3
|
||||
pushd pk3
|
||||
zip -r -q ../wolfadmin-$curr_version.pk3 .
|
||||
popd
|
||||
echo 'done.'
|
||||
echo -n 'copying pk3...';
|
||||
cp wolfadmin-$curr_version.pk3 $fs_basepath/$fs_game
|
||||
|
|
Loading…
Reference in a new issue