Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Sep 5, 2013
1 parent 8d02db2 commit 5171353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
build/
node_modules/
npm-debug.log
npm-debug.log$
*.swp
.DS_Store
.DS_Store$
bin/node
bin/shiny-server
external/node/ex-node1234/
external/node/node-*
src/launcher.h.in
src/launcher.h.in$

1 change: 1 addition & 0 deletions src/launcher.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define SHINY_SERVER_DEFAULT_BIN_PATH "${CMAKE_INSTALL_PREFIX}/shiny-server/bin/shiny-server"

0 comments on commit 5171353

Please sign in to comment.