nixenvironment 0.0.22 → 0.0.23
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/bin/nixenvironment +3 -3
- data/lib/nixenvironment/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9616d007f2590a37efc28a74252704e4224f7fae
|
|
4
|
+
data.tar.gz: 9aca450dec80c7ab997da8bdbcbe23268e2c41f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23e3077afb99d78358f8dfbcc578b20496da0279031a370c2ccd10de575f933621fde644bb85a21c4641aca372072b38233d40c2b6317b8befed943b13fc4257
|
|
7
|
+
data.tar.gz: 6fafc3e58d77931d964b72adc9073250ce20b87af6799f8496f9a6d3498453f42928db0e587411ed26187bc66a05edebe2203965dae3affdf8674f79b4121c58
|
data/bin/nixenvironment
CHANGED
|
@@ -76,12 +76,12 @@ command :build do |c|
|
|
|
76
76
|
if unity and unity.length > 0
|
|
77
77
|
case unity
|
|
78
78
|
when 'ios'
|
|
79
|
-
ios_project_path = File.join(Dir.pwd, 'Builds/iOS')
|
|
79
|
+
ios_project_path = File.join(Dir.pwd, 'Builds/iOS')
|
|
80
80
|
|
|
81
81
|
unity_success = system("unity -executeMethod NIXBuilder.MakeiOSBuild -batchmode -quit -customArgs:path='#{ios_project_path}'")
|
|
82
82
|
abort('Build unity error!') unless unity_success
|
|
83
83
|
|
|
84
|
-
root_working_directory = Dir.pwd
|
|
84
|
+
root_working_directory = Dir.pwd
|
|
85
85
|
need_chdir_to_root_working_directory = true
|
|
86
86
|
|
|
87
87
|
Dir.chdir(ios_project_path)
|
|
@@ -182,7 +182,7 @@ command :clean_working_copy do |c|
|
|
|
182
182
|
end
|
|
183
183
|
|
|
184
184
|
def update(ninbas)
|
|
185
|
-
root_working_directory = Dir.pwd
|
|
185
|
+
root_working_directory = Dir.pwd
|
|
186
186
|
target_directory = File.join(Dir.home, NIXENV_ROOT)
|
|
187
187
|
|
|
188
188
|
begin
|