Commit 0af61570 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 包含称重的安装包

parent 25d8b354
......@@ -106,7 +106,16 @@ files=(\
)
copy_to2 $src_dir $dest_dir $files
#Project.FLY.Weight
src_dir="../Project.FLY.Weight/FLY.Weight.UI.Server"
dest_dir="FLY.Weight.UI.Server"
files=(\
"x64" "x86" \
"FLY.Weight.UI.Server.exe" \
"nlog.config" \
"Gage1"
)
copy_to2 $src_dir $dest_dir $files
# 修改 $install_dir_root/install.json 中的版本号
# 参考 https://www.cnblogs.com/thePeaceOftheLord/p/11107737.html
......
{
"InstallZipVersion":"7.3.5",
"InstallZipUrl":"http://server.flyautomation.net:8889/download/流延测厚仪安装包_v7.3.5_20220217.7z"
"InstallZipVersion":"7.5.1",
"InstallZipUrl":"http://server.flyautomation.net:8889/download/流延测厚仪安装包_v7.5.1_20220305.7z"
}
\ No newline at end of file
......@@ -30,6 +30,15 @@
"Name":"自动模头",
"IsAutoRun":true
},
{
"PackPath":"佛山市枫莱尔自动化技术有限公司\\windows\\FLY.Weight.UI.Server",
"Exe":"FLY.Weight.UI.Server.exe",
"Name":"称重",
"IsAutoRun":true,
"Others":[
"Gage1\\plcgroups"
]
},
{
"PackPath":"佛山市枫莱尔自动化技术有限公司\\windows\\FLY.Thick.FilmCasting.UI.DbViewer",
"Exe":"FLY.Thick.FilmCasting.UI.DbViewer.exe",
......@@ -41,7 +50,15 @@
"PackPath":"佛山市枫莱尔自动化技术有限公司\\windows\\LP3",
"Exe":"FLY.LinkProxy.UI.exe",
"Name":"LP3",
"IsAutoRun":true
"IsAutoRun":true,
"IsDefaultSelected":true
},
{
"PackPath":"佛山市枫莱尔自动化技术有限公司\\windows\\UMSystemClientUI",
"Exe":"UMSystemClientUI.exe",
"Name":"软件管理器",
"IsAutoRun":true,
"IsDefaultSelected":true
}
]
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
autoReload="true"
throwExceptions="false"
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<!-- optional, add some variables
https://github.com/nlog/NLog/wiki/Configuration-file#variables
-->
<variable name="myvar" value="myvalue"/>
<!--
See https://github.com/nlog/nlog/wiki/Configuration-file
for information on customizing logging rules and outputs.
-->
<targets>
<!--
add your targets here
See https://github.com/nlog/NLog/wiki/Targets for possible targets.
See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
-->
<!--
Write events to a file with the date in the filename.
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
-->
<target xsi:type="File" name="f_debug" fileName="${basedir}/logs/debug/${shortdate}.log"
layout="${longdate} ${logger} ${uppercase:${level}} ${message}"
archiveAboveSize="1048576" />
<target xsi:type="File" name="f_error" fileName="${basedir}/logs/error/${shortdate}.log"
layout="${longdate} ${logger} ${uppercase:${level}} ${message}"
/>
</targets>
<rules>
<!-- add your logging rules here -->
<!--
Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f"
<logger name="*" minlevel="Debug" writeTo="f" />
-->
<!--<logger name="FObjSysOfClient" minlevel="Debug" writeTo="f_debug" />-->
<logger name="updateClient" minlevel="Debug" writeTo="f_debug" />
<logger name="app" minlevel="Error" writeTo="f_error" />
</rules>
</nlog>
# 流延测厚仪安装包_v7.5.1_20220305
## 流延测厚仪客户端 v7.5.1
1. 添加 支持称重, 支持自动模头
## 自动模头服务器 v7.0.0
## 称重服务器 v7.0.0
## 流延测厚仪服务器 v7.3.5
## 数据浏览器 v7.0.0
## LP3 v3.0.0
## 软件管理器 v0.9.1
<br/>
<br/>
<br/>
# 流延测厚仪安装包_v7.3.5_20220217
## 流延测厚仪客户端 v7.3.5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment