remove jumper

This commit is contained in:
manijamali2003 2023-08-15 20:09:50 +03:30
parent d87636ab85
commit 51c3d3cda6
2 changed files with 2 additions and 4 deletions

View file

@ -30,5 +30,6 @@ sudo pacman -U ./parch-welcome*
## Generate Qt Resources (if edited)
if you made a changes in src you can update the `qrc` by running this command:
```shell
python src/QrcGenerate.py
cd src
python QrcGenerate.py
```

View file

@ -3,9 +3,6 @@
import os,subprocess
# Jump to src
os.chdir("src")
# Create Qrc file
listrc = os.listdir('UI')
listrc.remove('res.qrc')