quasar / Quasar

Remote Administration Tool for Windows
MIT License
8.81k stars 2.49k forks source link

Build commands #581

Open Rottweiler opened 7 years ago

Rottweiler commented 7 years ago

This is just a suggestion. The builder should allow you to specify your own post-build commands, for example to run an obfuscator or a signer after the server has been built.

chico-depressive commented 7 years ago

@Rottweiler builder does not compile it, it just changes some data inside already compiled client.bin, but yes must be a nice feature to get our custom list of post "build"

Rottweiler commented 7 years ago

@chico-depressive I know, doesn't mean you can't run post-build commands on the "cloned" assembly or whatever you want to call it

dwendt commented 7 years ago

The option to execute a batch file would be a sensible option. I don't think there's anything else that could be added for this?

Rottweiler commented 7 years ago

Any command-line obfuscator or file signer