FIx unpack
This commit is contained in:
parent
484d1cc3bc
commit
fe2227237b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ wktox: lib_path
|
||||||
|
|
||||||
sciter: lib_path
|
sciter: lib_path
|
||||||
wget https://sciter.com/sdk/sciter-sdk.zip -O $(LIB_DIR)/sciter.zip
|
wget https://sciter.com/sdk/sciter-sdk.zip -O $(LIB_DIR)/sciter.zip
|
||||||
unzip $(LIB_DIR)/sciter.zip "bin.gtk/libsciter-gtk-64.so" -d $(LIB_DIR)
|
unzip -j $(LIB_DIR)/sciter.zip "bin.gtk/libsciter-gtk-64.so" -d $(LIB_DIR)
|
||||||
rm $(LIB_DIR)/sciter.zip
|
rm $(LIB_DIR)/sciter.zip
|
||||||
|
|
||||||
lib: pandoc wktox sciter
|
lib: pandoc wktox sciter
|
||||||
|
|
Reference in a new issue