AppImage / AppImage/appimage.github.io
Harvest package.json for metadata (electron-builder)
- 主要言語
- Shell
- スター
- 374
- フォーク
- 769
- 平均マージ
- 4日 10時間
- マージ済み PR(30日)
- 8
説明
https://api.github.com/repos/wireapp/wire-desktop/git/trees/7d1fadad353ba4dadd9a9c9ccc3598fa007002c4?recursive=1 search for `package.json`, would give us
```
"name": "wireinternal",
"productName": "WireInternal",
"description": "Modern communication, full privacy.",
"main": "main.js",
"updateWinUrl": "https://wire-app.wire.com/win/internal/",
"environment": "internal",
"homepage": "https://wire.com",
"license": "GPL-3.0",
"author": "Wire Swiss ",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wireapp/wire-desktop.git"
},
```
Perhaps we can get electron-builder to include this file into the AppImage, @develar?
Or even better, electron-builder could use this information to produce an [AppStream metainfo file](https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps).
コントリビューションガイド
評価
この issue はまだ評価されていません。