diff options
| author | ruki <[email protected]> | 2023-11-12 00:37:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-12 00:37:33 +0800 |
| commit | 3d00033b3455adefa71d9b08d14fb14dbfc02505 (patch) | |
| tree | dd01907c6ab0081fe25675d91626fa7331728554 /xmake/includes | |
| parent | fb648845e465bf0c376f6d0d4197c8243abdaecd (diff) | |
improve nsis spec
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua index 691645116..7c05f1a11 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -36,6 +36,10 @@ local apis = { "xpack.set_description", -- set package license, we will also get them from target "xpack.set_license", + -- set package copyright + "xpack.set_copyright", + -- set company name + "xpack.set_company", -- set package formats, e.g. nsis, deb, rpm, targz, zip, runself, ... "xpack.set_formats", -- set the base name of the output file |
