diff options
| author | ruki <[email protected]> | 2023-11-14 23:28:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-14 23:28:30 +0800 |
| commit | aa38c3aa417f60f1015446ac4254cae3fa1e16be (patch) | |
| tree | 21cdd735f2417034635871a913c65cba83dc2c8f /xmake/includes | |
| parent | 2a70793d5afbca2417bc65601f3a1785a1328d76 (diff) | |
improve installfiles
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua index 970c8ee24..1e53e37dd 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -53,9 +53,7 @@ local apis = { -- set icon file path, e.g foo.ico "xpack.set_iconfile", -- add install files, we will also get them from target - "xpack.add_installfiles", - -- set install directory, we will also get it from target - "xpack.set_installdir" + "xpack.add_installfiles" }, script = { -- add custom install commands script, we will also get it from target/rules |
