Skip to content

Commit

Permalink
Write product keys to the correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 25, 2009
1 parent 2578f30 commit a93b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -960,7 +960,7 @@ end

local function install_product_keys(productkeys)
for desc,prodkey in pairs(productkeys) do
local dest = prodkey.destination
local dest = MojoSetup.destination .. "/" .. prodkey.destination
local productkey = prodkey.productkey
local component = prodkey.component
-- !!! FIXME: Windows registry support.
Expand Down

0 comments on commit a93b5f7

Please sign in to comment.