mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #581] Build commands #339
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rottweiler on GitHub (Jan 25, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/581
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 on GitHub (Jan 26, 2017):
@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 on GitHub (Jan 26, 2017):
@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 on GitHub (Jan 26, 2017):
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 on GitHub (Jan 26, 2017):
Any command-line obfuscator or file signer