Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Fix nw crash #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion namebench.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var nw_path = flag.String("nw_path", "/Applications/node-webkit.app/Contents/MacOS/node-webkit",
"Path to nodejs-webkit binary")
var nw_package = flag.String("nw_package", "./ui/app.nw", "Path to nodejs-webkit package")
var nw_package = flag.String("nw_package", "./ui/nodejs-webkit/app.nw", "Path to nodejs-webkit package")
var port = flag.Int("port", 0, "Port to listen on")

// openWindow opens a nodejs-webkit window, and points it at the given URL.
Expand Down