2 Star 0 Fork 0

mirrors_cocos-creator/windows-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
template.nuspec 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id><%- name %></id>
<title><%- title %></title>
<version><%- version %></version>
<authors><%- authors %></authors>
<owners><%- owners %></owners>
<iconUrl><%- iconUrl %></iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><%- description %></description>
<copyright><%- copyright %></copyright>
</metadata>
<files>
<file src="locales\**" target="lib\net45\locales" />
<file src="resources\**" target="lib\net45\resources" />
<file src="*.bin" target="lib\net45" />
<file src="*.dll" target="lib\net45" />
<file src="*.pak" target="lib\net45" />
<file src="Update.exe" target="lib\net45\squirrel.exe" />
<file src="icudtl.dat" target="lib\net45\icudtl.dat" />
<file src="LICENSE" target="lib\net45\LICENSE" />
<file src="<%- exe %>" target="lib\net45\<%- exe %>" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_cocos-creator/windows-installer.git
[email protected]:mirrors_cocos-creator/windows-installer.git
mirrors_cocos-creator
windows-installer
windows-installer
master

搜索帮助