diff options
| author | ruki <[email protected]> | 2024-10-11 00:55:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-11 00:55:26 +0800 |
| commit | d023f3501a95bcd2c7475b578bed7585d8ed60d3 (patch) | |
| tree | 8471660ffd078779e04ba09c2a67ae178e1eb65e /xmake/plugins/pack | |
| parent | c189bb54bc616f219d7881c032a207fdaa385a17 (diff) | |
rename to strhash
Diffstat (limited to 'xmake/plugins/pack')
| -rw-r--r-- | xmake/plugins/pack/nsis/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/nsis/main.lua b/xmake/plugins/pack/nsis/main.lua index 1b49da3b5..64c002042 100644 --- a/xmake/plugins/pack/nsis/main.lua +++ b/xmake/plugins/pack/nsis/main.lua @@ -83,7 +83,7 @@ end -- get unique tag function _get_unique_tag(content) - return hash.hash32(content) + return hash.strhash32(content) end -- translate the file path |
