Skip to content

Commit

Permalink
Fix raw wix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
A2va committed May 24, 2024
1 parent 6072e53 commit 9620772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/plugins/pack/wix/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function _get_other_commands(package, cmd, opt)
local subdirectory = dir ~= "." and string.format([[Subdirectory="%s"]], dir) or ""
result = string.format([[<CreateFolder Directory="INSTALLFOLDER" %s/>]], subdirectory)
elseif kind == "wix" then
table.insert(result, cmd.rawstr)
result = cmd.rawstr
end
return result
end
Expand Down

0 comments on commit 9620772

Please sign in to comment.