Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't set execute permission on product key files.
  • Loading branch information
icculus committed Jul 7, 2009
1 parent 69c7b79 commit 8476b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -1026,7 +1026,7 @@ local function install_product_keys(productkeys)
-- !!! FIXME: Windows registry support.
-- !!! FIXME: file permissions for product keys?
install_parent_dirs(dest, component)
install_file_from_string(dest, productkey, "0755", desc, component)
install_file_from_string(dest, productkey, "0644", desc, component)
end
end

Expand Down

0 comments on commit 8476b93

Please sign in to comment.