2 Star 11 Fork 4

呐喊 / autoUpdater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
globalval.h 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
呐喊 提交于 2022-07-27 21:41 . V1.0.1 Release
#ifndef GLOBALVAL_H
#define GLOBALVAL_H
#include <QString>
#include <QJsonArray>
#pragma execution_character_set("utf-8")
class GlobalVal
{
public:
static int newVersion;//新版本号
static QString programRootDir;//程序根目录
static QString zipurl;//压缩包地址,updateTtype为2时
static QJsonArray fileList;//待更新文件列表信息,updateTtype为1时
static int updateTtype;//更新类型:1更新指定文件,2以压缩包形式更新
static QString mainAppName;//主程序名称,更新完毕后将启动主程序
static int status;//更新状态,0:初始状态,1有更新,2更新中
};
#endif // GLOBALVAL_H
C++
1
https://gitee.com/hlinfo/autoUpdater.git
git@gitee.com:hlinfo/autoUpdater.git
hlinfo
autoUpdater
autoUpdater
master

搜索帮助