Skip to content

Commit c2a0df3

Browse files
committed
dmg pack
1 parent 4481279 commit c2a0df3

File tree

3 files changed

+628
-3
lines changed

3 files changed

+628
-3
lines changed

xmake/includes/xpack/xmake.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ local apis = {
6969
"xpack.add_buildrequires",
7070
-- set nsis display icon
7171
"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",
7286
-- set package component title
7387
"xpack_component.set_title",
7488
-- set package component description

0 commit comments

Comments
 (0)