diff options
| author | Teddy Wing | 2018-11-19 20:36:42 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-19 20:36:42 +0100 |
| commit | 51be07e58a4978614d71101545ffe3099dd99552 (patch) | |
| tree | 18d46a08ef19303032c0a5d5e6fdc7f5202edcb4 /license-generator/Makefile | |
| parent | 2ea1c642d07bef0cd9e4b09a28b2f012cf50e511 (diff) | |
| download | dome-key-web-51be07e58a4978614d71101545ffe3099dd99552.tar.bz2 | |
Rename `bin/license-generator.rs` to bin/fulfillment.rs`
Renames the binary. The name "license-generator" no longer seems apt at
this point. That binary doesn't actually generate a license, it serves
as the webhook endpoint for Paddle's license fulfillment. Our `license`
binary handles the actual license generation.
The URL I'll be using for the webhook is `/fulfillment`, so this also
makes sense from that perspective.
Diffstat (limited to 'license-generator/Makefile')
| -rw-r--r-- | license-generator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/license-generator/Makefile b/license-generator/Makefile index 45a53bc..7f6f1c2 100644 --- a/license-generator/Makefile +++ b/license-generator/Makefile @@ -1,4 +1,4 @@ .PHONY: run run: - ls target/debug/license-generator target/debug/license | \ + ls target/debug/fulfillment target/debug/license | \ entr -r lighttpd -f lighttpd.conf -D |
