Skip to content

Commit

Permalink
Build rpm, deb, tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelkov committed Jan 27, 2017
1 parent 81cffd0 commit b5d21f7
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 7 deletions.
Binary file removed app/lib/assets/icons/favicon-32x32.png
Binary file not shown.
File renamed without changes
2 changes: 1 addition & 1 deletion app/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app.on('ready', () => {
const window = new electron.BrowserWindow({
width: 800,
height: 600,
icon: path.join(app.getAppPath(), 'lib/assets/icons/favicon-96x96.png'),
icon: path.join(app.getAppPath(), 'lib/assets/icons/icon-96x96.png'),

webPreferences: {
partition: 'persist:teams',
Expand Down
Binary file added build/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "teams-for-linux",
"version": "0.0.1",
"description": "Microsoft Teams for Linux",
"main": "index.js",
"description": "Unfocial client for Microsoft Teams for Linux",
"homepage": "https://github.com/stanfieldr/ghetto-skype#readme",
"keywords": [
"Teams",
"Microsoft Teams"
],
"repository": {
"type": "git",
"url": "git+https://github.com/request/request-promise-native.git"
},
"author": "Ivelin Velkov <[email protected]>",
"license": "ISC",
"scripts": {
"start": "electron ./app",
"pack": "build --dir",
"dist": "build"
},
"author": "Ivelin Velkov <[email protected]>",
"license": "ISC",
"devDependencies": {
"electron": "^1.4.15",
"electron-builder": "^11.7.0",
Expand All @@ -18,9 +26,13 @@
"build": {
"appId": "teams-for-linux",
"linux": {
"target": "deb rpm tar.gz",
"category": "Network",
"executableName": "teams"
"executableName": "teams",
"target": [
"tar.gz",
"deb",
"rpm"
]
}
}
}

0 comments on commit b5d21f7

Please sign in to comment.