添加信号格式修改
This commit is contained in:
@@ -57,10 +57,14 @@ Section "Main Installation" SEC_MAIN
|
||||
SetOutPath "$INSTDIR\internal"
|
||||
File /r /x "*.pdb" /x "*.lib" /x "*.exp" /x "*.h" /x "__pycache__" /x "*.pyc" "${DIST_ROOT}\internal\*.*"
|
||||
|
||||
IfFileExists "$INSTDIR\settings\pq_config.json" +3 0
|
||||
SetOutPath "$INSTDIR\settings"
|
||||
SetOutPath "$INSTDIR\settings"
|
||||
|
||||
IfFileExists "$INSTDIR\settings\pq_config.json" +2 0
|
||||
File /oname=pq_config.json "${PROJECT_ROOT}\settings\pq_config.json"
|
||||
|
||||
IfFileExists "$INSTDIR\settings\pantone_2670_colors.xlsx" +2 0
|
||||
File /oname=pantone_2670_colors.xlsx "${PROJECT_ROOT}\settings\pantone_2670_colors.xlsx"
|
||||
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
||||
WriteRegStr HKCU "${APP_REG_KEY}" "InstallDir" "$INSTDIR"
|
||||
|
||||
Reference in New Issue
Block a user