Skip to content

Commit

Permalink
Merge pull request #826 from marcelklehr/remove-windows-settings-json
Browse files Browse the repository at this point in the history
Remove windows settings json
  • Loading branch information
JohnMcLear committed Jul 5, 2012
2 parents d59956b + d1dc023 commit 31ef973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion bin/buildForWindows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "do a normal unix install first..."
bin/installDeps.sh || exit 1

echo "copy the windows settings template..."
cp settings.json.template_windows settings.json
cp settings.json.template settings.json

echo "resolve symbolic links..."
cp -rL node_modules node_modules_resolved
Expand Down
2 changes: 1 addition & 1 deletion bin/installOnWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ del /S var\minified*

echo _
echo Setting up settings.json...
IF NOT EXIST settings.json copy settings.json.template_windows settings.json
IF NOT EXIST settings.json copy settings.json.template settings.json

echo _
echo Installed Etherpad-lite!
48 changes: 0 additions & 48 deletions settings.json.template_windows

This file was deleted.

0 comments on commit 31ef973

Please sign in to comment.