We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23603bd + 068c3e5 commit 9401fd2Copy full SHA for 9401fd2
lib/u3d/installer.rb
@@ -285,7 +285,7 @@ def install_pkg(file, installation_path: nil)
285
Dir.mktmpdir do |tmp_dir|
286
UI.verbose "Working in tmp dir #{tmp_dir}"
287
288
- command = "7z -aos -o#{tmp_dir.shellescape} e #{file.shellescape}"
+ command = "7z -aos -t* -o#{tmp_dir.shellescape} e #{file.shellescape}"
289
U3dCore::CommandExecutor.execute(command: command)
290
291
target_location = pkg_install_path(installation_path, "#{tmp_dir}/PackageInfo")
0 commit comments