summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack
AgeCommit message (Collapse)Author
9 daysfix(pack): recognize x86_64 when passing -arch to wixgycherish
Only msvc spells the architecture "x64"; under mingw it is "x86_64", so no -arch reached wix and it built an x86 package out of x64 binaries. In an x86 package every program files property, ProgramFiles64Folder included, resolves to Program Files (x86), and that is where the install lands.
2026-07-06Merge pull request #7631 from binLep/devruki
fix(deb): Avoid passing empty PATH arguments to debuild
2026-07-06update(deb): enhance the PATH handling during the installation of deb packagesbinLep
2026-07-02add filter support for xpackxpackruki
2026-06-30fix(deb): Avoid passing empty PATH arguments to debuildbinLep
2026-06-29Fix PATH handling in debuild commandruki
Updated the PATH environment variable handling in the debuild command to ensure it defaults to an empty string if not set.
2026-06-29fix(deb): xmake could not be foundbinlep
2026-06-25fix(deb): set the default maintainer when packaging deb filesbinLep
#7618
2026-06-18format menusruki
2026-04-24fix xpack/deb/srpmruki
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-03-29fix xpack appimage package nameShiffted
2026-03-03add tarxz pack format supportruki
2026-01-24improve qt xpackruki
2025-12-27parallel packpackruki
2025-11-28add uninstallcmdruki
2025-11-28improve nsisruki
2025-11-28fix cp dirruki
2025-11-26install appimagetool if missingruki
2025-11-26add versionruki
2025-11-26improve appimageruki
2025-11-26pack appimage supportruki
2025-11-26improve app/on_installcmdruki
2025-11-26use builddirruki
2025-11-26add dmg xpack formatruki
2025-10-07use hash64 instead of hash32ruki
2025-08-10improve to install targetsruki
2025-07-26add resolve_hint_pathsruki
2025-07-26improve deplibsruki
2025-07-03rename copyrightruki
2025-04-27update the search regex for installing packagesbinLep
2025-04-24rename more buildirruki
2025-04-24rename config.buildirruki
2025-04-23rename implib nameruki
2025-04-23Rename `byproduct` to `artifactfile`SineStriker
2025-04-23Add `byproduct` API to targetSineStriker
2025-04-23Remove implib APISineStriker
2025-04-23Add `set_implibdir` to target APIsSineStriker
2025-04-23Support customizing `implib` path of MinGW/MSVCSineStriker
2025-01-07support namespace for xpackruki
2024-12-14fix nsis #5952ruki
2024-11-23Update batchcmds.luaruki
2024-11-23add symlink support for installfiles when using xpackjinke18
2024-10-16fix project.policyruki
2024-10-12fix install depsruki
2024-10-12improve to install target libsruki
2024-10-11rename to strhashruki
2024-10-11improve hashruki
2024-09-05improve xpack specruki