Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
20209940
Commit
20209940
authored
Oct 22, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'fix-nwjs-open-evt'
parents
ac235f2b
a88d4a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/index.js
View file @
20209940
...
...
@@ -313,7 +313,7 @@ function add_events() {
argv_string
=
argv_string
.
slice
(
0
,
-
pd_engine_id
.
length
).
trim
();
// strip off the gui dir
argv_string
=
argv_string
.
slice
(
0
,
-
nw
.
App
.
argv
[
3
].
length
).
trim
();
-
nw
.
App
.
argv
[
4
].
length
).
trim
();
if
(
process
.
platform
===
"
win32
"
)
{
// windows quotes this string, so let's remove the two
// quotation marks
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment