forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RocketChat#147 from RocketChat/develop
Version 1.2.0
- Loading branch information
Showing
31 changed files
with
163,054 additions
and
637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<meta charset="utf-8" /> | ||
<style> | ||
html { | ||
background-color: #ececec; | ||
font-family: helvetica; | ||
text-align: center; | ||
padding: 10px; | ||
} | ||
|
||
body { | ||
margin: 0px; | ||
} | ||
|
||
img { | ||
height: 60px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.app-name { | ||
font-size: 14px; | ||
font-weight: bold; | ||
} | ||
|
||
.app-version { | ||
font-size: 11px; | ||
position: fixed; | ||
bottom: 30px; | ||
left: 0; | ||
right: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<img src="images/icon.png"> | ||
<div class="app-name"> | ||
|
||
</div> | ||
<div class="app-version"> | ||
|
||
</div> | ||
<script> | ||
var remote = require('remote'); | ||
document.querySelector('.app-name').innerHTML = remote.app.getName(); | ||
document.querySelector('.app-version').innerHTML = 'Version '+remote.app.getVersion(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "rocketchat", | ||
"productName": "Rocket.Chat", | ||
"productName": "Rocket.Chat+", | ||
"identifier": "chat.rocket", | ||
"description": "Rocket.Chat Native Cross-Platform Desktop Application via Electron.", | ||
"version": "1.1.0", | ||
"build": "10", | ||
"version": "1.2.0", | ||
"build": "13", | ||
"author": "Rocket.Chat Support <[email protected]>", | ||
"copyright": "© 2016, Rocket.Chat", | ||
"main": "background.js", | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.