mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-04 04:35:58 +08:00
完成修复,可交付
This commit is contained in:
parent
aa18506db6
commit
3086078dea
@ -4,8 +4,8 @@ Type=Application
|
|||||||
Categories=System;
|
Categories=System;
|
||||||
Exec=spark-store %u
|
Exec=spark-store %u
|
||||||
Icon=spark-store
|
Icon=spark-store
|
||||||
Name=Spark Store
|
Name=Spark Store(NAU)
|
||||||
Name[zh_CN]=星火应用商店
|
Name[zh_CN]=星火应用商店(海军航空大学版)
|
||||||
Keywords=appstore;
|
Keywords=appstore;
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
@ -26,7 +26,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
VERSION = $$BUILD_VERSION
|
VERSION = $$BUILD_VERSION
|
||||||
isEmpty(VERSION): VERSION = 4.0.0
|
isEmpty(VERSION): VERSION = 4.0.0
|
||||||
DEFINES += APP_VERSION=\\\"'$${VERSION}'\\\"
|
DEFINES += APP_VERSION=\\\"'$${VERSION}'\\\"
|
||||||
DEFINES += APP_BRANCH=\\\"'$$system(git symbolic-ref --short -q HEAD)'\\\"
|
DEFINES += APP_BRANCH=\\\"'$$海军航空大学版'\\\"
|
||||||
# Disable qWarning / qDebug output in Release
|
# Disable qWarning / qDebug output in Release
|
||||||
#CONFIG(release, debug | release): DEFINES += QT_NO_WARNING_OUTPUT QT_NO_DEBUG_OUTPUT
|
#CONFIG(release, debug | release): DEFINES += QT_NO_WARNING_OUTPUT QT_NO_DEBUG_OUTPUT
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SPARK_CORE_SERVER_URL="http://127.0.0.1"
|
SPARK_CORE_SERVER_URL="http://127.0.0.1:38324"
|
||||||
|
|
||||||
#用法:sender.sh 下载链接 HD70642
|
#用法:sender.sh 下载链接 HD70642
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user