Skip to content

Commit

Permalink
Fix for build, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Oct 16, 2024
1 parent 35b73b9 commit 1b2721e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Online editor / visualizer for Kaitai Struct .ksy files

## compile and run locally

- `git clone --recursive https://github.com/kaitai-io/kaitai_struct_webide`
- `git clone --recursive https://github.com/Lorthiz/kaitai_struct_webide`
- `npm install`
- `npm run generate-formats`
- `npm run parcel-run`
Expand Down
2 changes: 1 addition & 1 deletion build-related/genKaitaiFsFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function recursiveFind(dir, pattern, results = []) {

function generate(outDir) {
const files =
recursiveFind("formats/", /\.ksy$/)
recursiveFind("public/formats/", /\.ksy$/)
.concat(recursiveFind("public/samples/", /.+/))
.map(path => path.replace(/\\/g,'/'));
files.sort();
Expand Down

0 comments on commit 1b2721e

Please sign in to comment.