correct command to generate package client
This commit is contained in:
parent
e6434f00e0
commit
5dce89acca
1 changed files with 2 additions and 1 deletions
|
@ -1216,6 +1216,7 @@ Linux client debian_amd64_buster build:
|
|||
libxrandr-dev
|
||||
libxrender-dev
|
||||
libxxf86vm-dev
|
||||
makeself
|
||||
mercurial
|
||||
rrdtool
|
||||
unzip
|
||||
|
@ -1238,7 +1239,7 @@ Linux client debian_amd64_buster build:
|
|||
- (cd code/build; make khanat_client)
|
||||
- (cd code/build/bin; ls -lh)
|
||||
- mkdir -p Linux/x86_64
|
||||
- cp code/bin/* Linux/x86_64
|
||||
- cp code/build/bin/* Linux/x86_64
|
||||
# Packaging
|
||||
- cp ./dist/khanat/autoextract_script.sh ./Linux/x86_64/
|
||||
- chmod +x ./Linux/x86_64/autoextract_script.sh
|
||||
|
|
Loading…
Reference in a new issue