[fix] 将原来远信的workbench 改为 workBench_relyez, sys_startup 改为 workbench,这样打包工具,和安装的时候会才会用新的进行处理

This commit is contained in:
shijianquan 2025-07-05 11:25:36 +08:00
parent c391f6a9ef
commit 8608cea2db
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
win32{ win32{
QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\" QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\"
} }
TARGET = sys_startup TARGET = workBench
TEMPLATE = app TEMPLATE = app
# The following define makes your compiler emit warnings if you use # The following define makes your compiler emit warnings if you use

View File

@ -14,7 +14,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
win32{ win32{
QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\" QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\"
} }
TARGET = workBench TARGET = workBench_RelyEZ
TEMPLATE = app TEMPLATE = app
# The following define makes your compiler emit warnings if you use # The following define makes your compiler emit warnings if you use