six-updater-web 0.19.1 → 0.19.2
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -37,6 +37,8 @@ class Appsetting < ActiveRecord::Base
|
|
37
37
|
value = eval(at)
|
38
38
|
hash[i.to_sym] = value unless value.nil? || value.to_s.size == 0
|
39
39
|
end
|
40
|
+
hash[:app_path] = self.real_path unless hash[:app_path]
|
41
|
+
hash[:app_exe] = self.real_exe unless hash[:app_exe]
|
40
42
|
hash
|
41
43
|
end
|
42
44
|
|