You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gamma ,
me again.
I have a question.
Could the rpm task be divided into two smaller tasks?
The SPEC file generate task and the rpm generate task?
So that if I have some special requirement for the rpm that the SetupBuilder does not support, I can call the SPEC file generate task first, then do some replacement in the SPEC file, at last call the rpm generate task.
The text was updated successfully, but these errors were encountered:
I actually came across the same topic for the MSI task, where I would liked to have manipulated the generated WXS file (effectively to patch-in the install-directory in one of our internal plugins) - which is not possible since msi is one large task, not generateWxs->candle->light.
However, since I do think that more people might have this particular need, I opted to propose an extension of this plug-in instead where more people could benefit from it (hence #58).
Hi @gamma ,
me again.
I have a question.
Could the rpm task be divided into two smaller tasks?
The
SPEC file generate task
and therpm generate task
?So that if I have some special requirement for the rpm that the SetupBuilder does not support, I can call the
SPEC file generate task
first, then do some replacement in the SPEC file, at last call therpm generate task
.The text was updated successfully, but these errors were encountered: