holochain-rust icon indicating copy to clipboard operation
holochain-rust copied to clipboard

hyphen in a project name causes an error

Open RyanHow opened this issue 5 years ago • 1 comments

I have a project name "test-app"

running hc-package compiles, then gives the following error.

test-app/code/target/wasm32-unknown-unknown/release/test-app.wasm either doesn't point to a file or doesn't exist

If I navigate to the folder a file test_app.wasm exists.

It seems somewhere the hyphen is converted to an underscore, and the rest of the build tools are still looking for a hyphen.

This is on Windows using v0.0.4-alpha

RyanHow avatar Feb 27 '19 01:02 RyanHow

Looks like this is no longer an issue, although I got a different error that I will post in a separate issue (https://github.com/holochain/holochain-rust/issues/1871).

jamesray1 avatar Nov 13 '19 04:11 jamesray1