mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 01:28:28 +08:00
修复虚拟机模块选择其它选项自动跳回默认选项的问题
This commit is contained in:
parent
e26bf4e30f
commit
d369503284
@ -145,7 +145,7 @@ void MainWindow::ShowCPUMessage(){
|
||||
}
|
||||
m_cpuAll = cpuAll;
|
||||
m_cpuFree = cpuFree;
|
||||
ui->retranslateUi(this);
|
||||
//ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
QString MainWindow::GetRunCommand(QString command){
|
||||
|
@ -3139,7 +3139,7 @@ build: |
|
||||
#>>> auto generate by ll-pica begin
|
||||
# set the linglong/sources directory
|
||||
SOURCES="linglong/sources"
|
||||
dpkg-deb -x $SOURCES/spark-deepin-wine-runner_3.8.0_amd64.deb $SOURCES/spark-deepin-wine-runner
|
||||
dpkg-deb -x $SOURCES/spark-deepin-wine-runner_3.8.0_all.deb $SOURCES/spark-deepin-wine-runner
|
||||
# modify desktop, Exec and Icon should not contanin absolut paths
|
||||
sed -i '/Exec*/c\Exec=start.sh %F' $SOURCES/spark-deepin-wine-runner/opt/apps/deepin-wine-runner/entries/applications/spark-deepin-wine-runner.desktop
|
||||
sed -i '/Icon*/c\Icon=deepin-wine-runner' $SOURCES/spark-deepin-wine-runner/opt/apps/deepin-wine-runner/entries/applications/spark-deepin-wine-runner.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user