mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-05 16:42:20 +08:00
commit
d1270dd65f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
spark-store (3.5.1) stable; urgency=medium
|
||||||
|
|
||||||
* fix: 搜索修复,在appinfo界面可以正常搜索
|
* fix: 搜索修复,在appinfo界面可以正常搜索
|
||||||
|
|||||||
@ -20,7 +20,7 @@ DWIDGET_USE_NAMESPACE
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
// Get build time
|
// 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 QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
|
||||||
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
|
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt-fast(){
|
apt-fast(){
|
||||||
/opt/durapps/spark-store/bin/apt-fast/ss-apt-fast "$@"
|
/opt/durapps/spark-store/bin/apt-fast/ss-apt-fast "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user