mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-05-18 23:29:50 +08:00
commit
fd3dd1d846
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
spark-store (3.5.3) stable; urgency=medium
|
||||
|
||||
* fix: sender-d功能修复
|
||||
|
||||
|
||||
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
|
||||
|
||||
spark-store (3.5.2) stable; urgency=medium
|
||||
|
||||
* fix: aptss 转为使用内置的ss-apt-fast指令
|
||||
|
@ -212,7 +212,7 @@ void DownloadController::startDownload(const QString &url)
|
||||
QProcess mailProcess;
|
||||
mailProcess.start(SenderdPath.toUtf8() + " " + metaUrl.toUtf8() + " " + "HD70642");
|
||||
mailProcess.waitForStarted();
|
||||
mailProcess.waitForFinished(3);
|
||||
mailProcess.waitForFinished();
|
||||
mailProcess.deleteLater();
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ DWIDGET_USE_NAMESPACE
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// Get build time
|
||||
static const QString version = "Version 3.5.2";
|
||||
static const QString version = "Version 3.5.3";
|
||||
static const QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
|
||||
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
|
||||
|
||||
|
@ -42,7 +42,7 @@ fi
|
||||
##############判断是否是root运行,如果是,则正常走;如果不是,则代输密码
|
||||
if [ "$(id -u)" != "0" ];then
|
||||
#############################无root权限时
|
||||
----------------------------------------------------------------------------------
|
||||
echo ----------------------------------------------------------------------------------
|
||||
echo "$upass" | sudo -S dpkg -i $1 || sudo aptss install -yf
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user