Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
release prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed Feb 11, 2017
1 parent a1b3924 commit c8dcbb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/controller/controller.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions build/window.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/controller/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getAboutMessageString() : string {
if (_aboutMsg === undefined) {
_aboutMsg = [
StringFormat($.getString("about.version"), config["version"]),
StringFormat($.getString("about.releaseDate"), "2017/1/1"),
StringFormat($.getString("about.releaseDate"), "2017/2/11"),
StringFormat($.getString("about.nodeVersion"), "6.5"),
].join("\n\r");
}
Expand Down
2 changes: 1 addition & 1 deletion src/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function createWindow() {

win.loadURL("file://" + __dirname + "/../index.html");

win.webContents.openDevTools();
// win.webContents.openDevTools();

global["appLocales"] = app.getLocale();
Server.initializeLocalesWindowService(app.getLocale());
Expand Down

0 comments on commit c8dcbb5

Please sign in to comment.