We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4481279 commit c2a0df3Copy full SHA for c2a0df3
xmake/includes/xpack/xmake.lua
@@ -69,6 +69,20 @@ local apis = {
69
"xpack.add_buildrequires",
70
-- set nsis display icon
71
"xpack.set_nsis_displayicon",
72
+ -- set appimage icon name
73
+ "xpack.set_iconname",
74
+ -- set appimage tool
75
+ "xpack.set_appimage_tool",
76
+ -- set dmg window position
77
+ "xpack.set_dmg_window_pos",
78
+ -- set dmg window size
79
+ "xpack.set_dmg_window_size",
80
+ -- set dmg icon size
81
+ "xpack.set_dmg_icon_size",
82
+ -- set dmg applications position
83
+ "xpack.set_dmg_applications_pos",
84
+ -- set dmg icon position
85
+ "xpack.set_dmg_icon_position",
86
-- set package component title
87
"xpack_component.set_title",
88
-- set package component description
0 commit comments