From acdd32ba43a3971acff4efa88436322be7467219 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Tue, 9 Oct 2018 15:49:34 -0400 Subject: [PATCH] Update GitHub releases URL template --- warp-packer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp-packer/src/main.rs b/warp-packer/src/main.rs index 617455c..7ae880b 100644 --- a/warp-packer/src/main.rs +++ b/warp-packer/src/main.rs @@ -25,7 +25,7 @@ const AUTHOR: &str = env!("CARGO_PKG_AUTHORS"); const VERSION: &str = env!("CARGO_PKG_VERSION"); const SUPPORTED_ARCHS: &[&str] = &["linux-x64", "windows-x64", "macos-x64"]; -const RUNNER_URL_TEMPLATE: &str = "https://s3.amazonaws.com/dgiagio-public/warp/$VERSION$/$ARCH$/warp-runner"; +const RUNNER_URL_TEMPLATE: &str = "https://github.com/dgiagio/warp/releases/download/v$VERSION$/$ARCH$.warp-runner"; const RUNNER_MAGIC: &[u8] = b"tVQhhsFFlGGD3oWV4lEPST8I8FEPP54IM0q7daes4E1y3p2U2wlJRYmWmjPYfkhZ0PlT14Ls0j8fdDkoj33f2BlRJavLj3mWGibJsGt5uLAtrCDtvxikZ8UX2mQDCrgE\0"; /// Print a message to stderr and exit with error code 1