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