Skip to content

Commit

Permalink
不会是因为符号需要转义吧
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Aug 8, 2021
1 parent 2dcbd69 commit dc5f307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GenshinImpactNaturalLaw/GenshinImpactNaturalLaw.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QT += widgets network
TEMPLATE = app
TARGET = TianLi_Launcher
RC_ICONS = MainIcon.ico
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator'uiAccess='false'"
QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\"
RC_FILE = GenshinImpactNaturalLawIcon.rc
DESTDIR = ../x64/Release
CONFIG += release
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ before_build:
build_script:
#- MSBuild %MyProjectDir%TianLiInstallationPackage\TianLiInstallationPackage.vcxproj
- cd %MyProjectDir%\%ProjectName%
- runas /user:administrator cmd.exe && qmake
- runas /user:administrator cmd.exe && nmake
- qmake
- nmake

after_build:
# copy include and source code files\
Expand Down

0 comments on commit dc5f307

Please sign in to comment.