remove jumper
This commit is contained in:
parent
d87636ab85
commit
51c3d3cda6
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
```
|
|
@ -3,9 +3,6 @@
|
|||
|
||||
import os,subprocess
|
||||
|
||||
# Jump to src
|
||||
os.chdir("src")
|
||||
|
||||
# Create Qrc file
|
||||
listrc = os.listdir('UI')
|
||||
listrc.remove('res.qrc')
|
||||
|
|
Loading…
Add table
Reference in a new issue