Skip to content

Commit

Permalink
fix: Fix wasm_exec.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 17, 2025
1 parent f073951 commit 91381a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

//go:generate cp $GOROOT/misc/wasm/wasm_exec.js web/src/scripts
//go:generate cp $GOROOT/lib/wasm/wasm_exec.js web/src/scripts
//go:generate sh -c "gzip -c internal/database/database.csv > internal/database/database.csv.gz"

var version = "beta"
Expand Down

0 comments on commit 91381a0

Please sign in to comment.