diff --git a/Cargo.lock b/Cargo.lock index 012d23885c..f459cf215d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,6 +169,32 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "azola" +version = "0.1.0" +dependencies = [ + "clap 4.5.3", + "clap_complete", + "console 0.1.0", + "ctrlc", + "errors", + "hyper", + "libs", + "mime", + "mime_guess", + "notify", + "open", + "openssl", + "pathdiff", + "same-file", + "site", + "time", + "tokio", + "utils", + "winres", + "ws", +] + [[package]] name = "backtrace" version = "0.3.70" @@ -4590,32 +4616,6 @@ dependencies = [ "syn 2.0.53", ] -[[package]] -name = "zola" -version = "0.18.1-aw2.6" -dependencies = [ - "clap 4.5.3", - "clap_complete", - "console 0.1.0", - "ctrlc", - "errors", - "hyper", - "libs", - "mime", - "mime_guess", - "notify", - "open", - "openssl", - "pathdiff", - "same-file", - "site", - "time", - "tokio", - "utils", - "winres", - "ws", -] - [[package]] name = "zune-inflate" version = "0.2.54" diff --git a/Cargo.toml b/Cargo.toml index ec3532df0e..1f593a3ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "zola" -version = "0.18.1-aw2.6" +name = "azola" +version = "0.1.0" authors = ["Vincent Prouillet ", "Andy Berdan "] edition = "2021" license = "MIT" readme = "README.md" -description = "A fast static site generator with everything built-in" +description = "A fast static site generator with everything built-in. Forked from zola with customizations for aw2" homepage = "https://www.getzola.org" repository = "https://github.com/berdandy/azola" keywords = ["static", "site", "generator", "blog"] @@ -17,7 +17,7 @@ winres = "0.1" time = "0.3" [[bin]] -name = "zola" +name = "azola" [dependencies] clap = { version = "4", features = ["derive"] } @@ -65,7 +65,7 @@ cargo-dist-version = "0.11.1" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = [] +installers = ["shell", "msi"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI @@ -91,3 +91,9 @@ lto = "thin" [package.metadata.winres] OriginalFilename = "zola.exe" InternalName = "zola" + +[package.metadata.wix] +upgrade-guid = "BD78BA4C-7593-4C05-A9E2-CBB0EAA1FD6B" +path-guid = "B0D40DE3-F52A-4A93-9532-2E15655AA4CC" +license = false +eula = false diff --git a/wix/main.wxs b/wix/main.wxs new file mode 100644 index 0000000000..29929087ed --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + + + + + + + + + + + + + + + + + +