easyci 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/easyci/command/unitydraw.rb +1 -1
- data/lib/easyci/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 927c11e2ae3813933d519a94a1aa87829c8533531ea18e1b5f19918940d270d0
|
4
|
+
data.tar.gz: 7812db007b9d28d84b2cfdadadb5dcfa89e7187afda561ac2670f001e69c839e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c07ea450495999224cdf041ec0b7b043744fcf97255939f130a8ff81b093a07f6b821cbd500a81dc3b31646c4ffc19d14d3efdc8631fa07a163d1862d385f468
|
7
|
+
data.tar.gz: b4bebdd9becd4cef79a218ae782a92613ec60fa39b179b355ec0c4ce04a392b98cab01795a597d98046bb07bf32cd128a74b7b417c608b11db1f699402e7e69c
|
@@ -78,7 +78,7 @@ module EasyCI
|
|
78
78
|
unity_path = find_unity_path(runner_dir)
|
79
79
|
puts "运行Unity截图任务..."
|
80
80
|
FileUtils.chdir(runner_dir)
|
81
|
-
system("#{unity_path} -projectPath . -executeMethod
|
81
|
+
system("#{unity_path} -projectPath . -executeMethod SpineAutoImporter.CIRunner -logFile screenshot-log.txt")
|
82
82
|
|
83
83
|
# 压缩截图
|
84
84
|
puts "开始压缩截图..."
|
data/lib/easyci/version.rb
CHANGED