mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
update:构建deb包
This commit is contained in:
@@ -546,6 +546,7 @@ void MainWindow::on_pushButton_14_clicked()
|
||||
QString program = "pkexec";
|
||||
QStringList arguments;
|
||||
arguments << appPath << "--silent";
|
||||
QProcess *process = new QProcess(this);
|
||||
process->start(program, arguments);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user