Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
New version v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Dec 19, 2015
1 parent 7c0dc58 commit de0fed1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.4.5
- Fix a faulty ;

1.4.4
- Load tray icon on Linux (Still some bugs)
- Add WM_CLASS for linux (#285)
Expand Down
2 changes: 1 addition & 1 deletion assets-linux/messengerfordesktop.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Icon=messengerfordesktop
Exec=/opt/MessengerForDesktop/Messenger
Comment=Messenger for Desktop
Categories=Network;Chat;
Terminal=false;
Terminal=false
StartupWMClass=MessengerForDesktop
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Messenger",
"version": "1.4.4",
"version": "1.4.5",
"repository": {
"type": "git",
"url": "git@github.com:Aluxian/Facebook-Messenger-Desktop.git"
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "app.html",
"name": "Messenger",
"version": "1.4.4",
"version": "1.4.5",
"app-id": "com.aluxian.messengerfordesktop",
"chromium-args": "--disable-setuid-sandbox",
"single-instance": true,
Expand All @@ -27,9 +27,9 @@
},
"manifestUrl": "https://raw.githubusercontent.com/Aluxian/Facebook-Messenger-Desktop/master/src/package.json",
"packages": {
"osx64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger_linux64.deb"
"osx64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.5/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.5/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.5/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.5/Messenger_linux64.deb"
}
}

0 comments on commit de0fed1

Please sign in to comment.