six-updater 0.15.3 → 0.15.4
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.
- data/Rakefile +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
|
@@ -371,7 +371,7 @@ module Six
|
|
|
371
371
|
FileUtils::mkdir_p uconfig unless File.exists?(uconfig)
|
|
372
372
|
FileUtils::cp_r(path, uconfigpath)
|
|
373
373
|
else
|
|
374
|
-
cmd = "7z x #{esc(path)} -o
|
|
374
|
+
cmd = "7z x #{esc(path)} -o#{esc(@config[:app_path])} -y"
|
|
375
375
|
cmd.gsub!("/", "\\")
|
|
376
376
|
system cmd
|
|
377
377
|
end
|