xmake icon indicating copy to clipboard operation
xmake copied to clipboard

deploy c++ or qt bin into AppImage on linux

Open youngday opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

if we can deploy c++ or qt bin into AppImage on linux? i tested it on project "https://github.com/linuxdeploy/linuxdeploy" if we can add into xmake?

Describe the solution you'd like

add linuxdeploy for c++ and qt

Describe alternatives you've considered

No response

Additional context

No response

youngday avatar Apr 11 '23 16:04 youngday

see https://github.com/xmake-io/xmake/blob/b4dd67800fe1efa0107875011ac9d6f9d864fd87/xmake/rules/qt/xmake.lua#L135

you can add deploy.linux

waruqi avatar Apr 12 '23 02:04 waruqi