1 Star 2 Fork 1

Unity项目/Unity

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
create-unitypackage.sh 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andreia Gaita 提交于 2019-01-08 02:16 +08:00 . Set the version in only one place
#!/bin/sh -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
version=$(sed -En 's,.*GitHubForUnityVersion = "(.*)".*,\1,p' common/SolutionInfo.cs)
commitcount=$(git rev-list --count HEAD)
commit=$(git log -n1 --pretty=format:%h)
version="${version}.${commitcount}-${commit}"
$DIR/submodules/packaging/unitypackage/run.sh --path $DIR/unity/PackageProject --out $DIR --file github-for-unity-$version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unity-project_1/Unity.git
git@gitee.com:unity-project_1/Unity.git
unity-project_1
Unity
Unity
master

搜索帮助