mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-09-05 02:42:23 +08:00
4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0`
|
|
pyuic5 -o ui_mainwindow.py mainwindow.ui
|
|
pyrcc5 -o program_resources.py program_resources.qrc |