diff options
| author | ruki <[email protected]> | 2025-10-07 00:31:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-07 00:31:10 +0800 |
| commit | 69caeb34da2be2d03a86752b144c75881fcabf8f (patch) | |
| tree | 25d1efdc2d44d485782936e0e8023fc69e7436ac /xmake/plugins/pack/nsis/main.lua | |
| parent | 75a5ae1bfbd0570819c9cab6e623f2f26db2e8a2 (diff) | |
use hash64 instead of hash32
Diffstat (limited to 'xmake/plugins/pack/nsis/main.lua')
| -rw-r--r-- | xmake/plugins/pack/nsis/main.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/plugins/pack/nsis/main.lua b/xmake/plugins/pack/nsis/main.lua index 1c6019d00..793bed1cf 100644 --- a/xmake/plugins/pack/nsis/main.lua +++ b/xmake/plugins/pack/nsis/main.lua @@ -81,11 +81,6 @@ function _get_makensis() return makensis, oldenvs end --- get unique tag -function _get_unique_tag(content) - return hash.strhash32(content) -end - -- translate the file path function _translate_filepath(package, filepath) return filepath:replace(package:install_rootdir(), "$InstDir", {plain = true}) |
