Skip to content

Commit

Permalink
wip - windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jul 17, 2023
1 parent e525c6e commit e00e73b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kos/nw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Kaspa Desktop OS
# exclude = ["resources/setup"]
exclude = [{ glob = ["{src/*,target/*,test/*,resources/setup/*,*.lock,*.toml,.git*,build*}"] }]
output = "../setup"
use-app-nw = true

[node-webkit]
version = "0.77.0"
version = "0.72.0"
ffmpeg = false

[macos-disk-image]
Expand Down Expand Up @@ -48,6 +49,8 @@ rules = [
stage = "build"
items = [
# { run = { cmd = "/Users/aspect/.cargo/bin/cargo build --release --bin kaspad", cwd = ".." } },
# { run = { cmd = "cargo build --release --bin kaspad", cwd = ".." } },
# { run = { cmd = "cmd /C cd \\Users\\aspect\\staging\\rusty-kaspa && cargo build --release --bin kaspad", cwd = ".." } },
{ run = { cmd = "cargo build --release --bin kaspad", cwd = ".." } },
{ copy = { file = "../target/release/kaspad$EXE", to = "$TARGET/bin/" } },
]

0 comments on commit e00e73b

Please sign in to comment.