diff --git a/src/win/cefclient/cefclient.rc b/src/win/cefclient/cefclient.rc index f6bebd3..39e4779 100644 --- a/src/win/cefclient/cefclient.rc +++ b/src/win/cefclient/cefclient.rc @@ -40,6 +40,7 @@ IDS_MODALDIALOG BINARY "res\\modaldialog.html" IDS_EXTENSIONPERF BINARY "res\\extensionperf.html" IDS_TRANSPARENCY BINARY "res\\transparency.html" IDS_BRACKETS_EXTENSIONS BINARY "res\\brackets_extensions.js" +IDS_BRACKETS_LOAD_ERROR BINARY "res\\load_error.html" ///////////////////////////////////////////////////////////////////////////// // diff --git a/src/win/cefclient/res/load_error.html b/src/win/cefclient/res/load_error.html new file mode 100644 index 0000000..7a24900 --- /dev/null +++ b/src/win/cefclient/res/load_error.html @@ -0,0 +1,35 @@ + + + +
+ + + +The "brackets" folder that contains the HTML/CSS/JS source code for Brackets might be missing. Here are some tips for troubleshooting:
+git submodule update --init --recursive
inside the brackets-app folder.Sorry about the inconvenience. We're still really early in development and haven't had time to build an installer.
+ +