Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Passerine #1109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions apps/Passerine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
layout: app

permalink: /Passerine/
description: Product Hunt desktop app

icons:
- Passerine/icons/128x128/passerine.png

screenshots:
- Passerine/screenshot.png

authors:
- name: aviary-apps
url: https://github.com/aviary-apps

links:
- type: GitHub
url: aviary-apps/Passerine
- type: Download
url: https://github.com/aviary-apps/Passerine/releases

desktop:
Desktop Entry:
Name: passerine
Comment: Product Hunt desktop app
Exec: AppRun
Terminal: false
Type: Application
Icon: passerine
X-AppImage-Version: 1.0.1
X-AppImage-BuildId: 84bb7f50-1f82-11a8-1dad-7ba9b008b18f
Categories: Chat
AppImageHub:
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
Please remember that the signature file (.sig or .asc) should be the first file
given on the command line.
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64

electron:
license: MIT
repository: github.com/aviary-apps/Passerine
author:
name: Aviary Apps
email: thabeatsz@gmail.com
url: gauthamzz.com
dependencies:
electron-context-menu: "^0.9.1"
electron-debug: "^1.4.0"
electron-dl: "^1.0.0"
electron-is-dev: "^0.3.0"
electron-localshortcut: "^2.0.0"
electron-log: "^2.0.2"
electron-store: "^1.1.0"
electron-updater: "^2.18.2"
element-ready: "^2.2.0"
facebook-locales: "^1.0.464"
---
2 changes: 2 additions & 0 deletions data/Passerine
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://github.com/aviary-apps/Passerine/releases/download/v1.0.1/passerine-1.0.1-x86_64.AppImage
# Link without version would be better
Binary file added database/Passerine/icons/128x128/passerine.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: 24 additions & 0 deletions database/Passerine/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "passerine",
"version": "1.0.1",
"description": "Product Hunt desktop app",
"license": "MIT",
"repository": "github.com/aviary-apps/Passerine",
"author": {
"name": "Aviary Apps",
"email": "thabeatsz@gmail.com",
"url": "gauthamzz.com"
},
"dependencies": {
"electron-context-menu": "^0.9.1",
"electron-debug": "^1.4.0",
"electron-dl": "^1.0.0",
"electron-is-dev": "^0.3.0",
"electron-localshortcut": "^2.0.0",
"electron-log": "^2.0.2",
"electron-store": "^1.1.0",
"electron-updater": "^2.18.2",
"element-ready": "^2.2.0",
"facebook-locales": "^1.0.464"
}
}
17 changes: 17 additions & 0 deletions database/Passerine/passerine.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Desktop Entry]
Name=passerine
Comment=Product Hunt desktop app
Exec=AppRun
Terminal=false
Type=Application
Icon=passerine
X-AppImage-Version=1.0.1
X-AppImage-BuildId=84bb7f50-1f82-11a8-1dad-7ba9b008b18f
Categories=Chat;

[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
Binary file added database/Passerine/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.