fix bugs in compress

This commit is contained in:
manijamali2003 2023-08-03 21:02:17 +04:30
parent 5d1a50e0f3
commit 2fea28052f
3 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1,3 @@
#!/usr/bin/bash
tar -czvf welcome.tar.gz welcome/
makepkg -f