更改文案:星火计划开发者

更改链接:GPL 3的链接更改到主仓库的LICENSE文件而不是GNU官网链接
This commit is contained in:
2022-12-27 01:34:22 +08:00
parent 9e25584bdc
commit 0db8c8b1bb
4 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ Application::Application(int &argc, char **argv)
"<span style=' font-size:10pt;font-weight:60;'>An appstore powered by community</span><br/>"
"<a href='https://www.spark-app.store/'>https://www.spark-app.store</a><br/>"
"<span style=' font-size:12pt;'>Spark developers</span>"));
setApplicationLicense(" <a href='https://www.gnu.org/licenses/gpl-3.0.html'>GPLv3</a> ");
setApplicationLicense(" <a href='https://gitee.com/deepin-community-store/spark-store/blob/Flamescion/LICENSE'>GPLv3</a> ");
// 检查 ~/.config/spark-union/spark-store 文件夹是否存在
checkAppConfigLocation();