fix bugs in compress
This commit is contained in:
parent
5d1a50e0f3
commit
2fea28052f
3 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@ This program is still on alpha stages and it is not completely ready to use.
|
|||
## Build Parch Package
|
||||
for building **Parch Package** from **Welcome** project you should run:
|
||||
```shell
|
||||
python Build.py
|
||||
python build.py
|
||||
```
|
||||
|
||||
## Build Source
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
import shutil, os
|
||||
|
||||
shutil.make_archive("welcome", "gztar", "welcome")
|
||||
os.system("makepkg -f")
|
||||
os.remove("welcome.tar.gz")
|
3
build/build.sh
Normal file
3
build/build.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
tar -czvf welcome.tar.gz welcome/
|
||||
makepkg -f
|
Loading…
Add table
Reference in a new issue