!161 fix shebang

Merge pull request !161 from shenmo/lts-3.5
This commit is contained in:
2022-12-11 10:04:33 +00:00
committed by Gitee
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
spark-store (3.5.1.1) stable; urgency=medium
* fix: aptss shebang 修复
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
spark-store (3.5.1) stable; urgency=medium
* fix: 搜索修复,在appinfo界面可以正常搜索
+1 -1
View File
@@ -20,7 +20,7 @@ DWIDGET_USE_NAMESPACE
int main(int argc, char *argv[])
{
// Get build time
static const QString version = "Version 3.5.1";
static const QString version = "Version 3.5.1.1";
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");
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
apt-fast(){
/opt/durapps/spark-store/bin/apt-fast/ss-apt-fast "$@"