Skip to content

Commit bc80a7c

Browse files
committed
Removed old information
1 parent f1509b8 commit bc80a7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ See [pyproject.toml](pyproject.toml)
135135

136136
## UI and resource files
137137

138-
If `friture.ui` or `resource.qrc` are changed, the corresponding python files need to be rebuilt:
138+
If `settings.ui` or `resource.qrc` are changed, the corresponding python files need to be rebuilt:
139139

140140
```
141-
pyuic5 ui/friture.ui --from-imports > friture/ui_friture.py
142141
pyuic5 ui/settings.ui --from-imports > friture/ui_settings.py
143142
pyrcc5 resources/friture.qrc -o friture/friture_rc.py
144143
```

0 commit comments

Comments
 (0)