-
-
Notifications
You must be signed in to change notification settings - Fork 568
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 #378 from AppImage/Poddr
Create Poddr
- Loading branch information
Showing
6 changed files
with
82 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /Poddr/ | ||
description: Simple podcast client | ||
|
||
screenshots: | ||
- Poddr/screenshot.png | ||
|
||
authors: | ||
- name: Sn8z | ||
url: https://github.com/Sn8z | ||
|
||
links: | ||
- type: GitHub | ||
url: Sn8z/Poddr | ||
- type: Download | ||
url: https://github.com/Sn8z/Poddr/releases | ||
|
||
desktop: | ||
Desktop Entry: | ||
Name: poddr | ||
Comment: Simple podcast client | ||
Exec: AppRun | ||
Terminal: false | ||
Type: Application | ||
Icon: poddr | ||
X-AppImage-Version: 1.0.5 | ||
X-AppImage-BuildId: 369d7360-1095-11a8-1283-0d696a5d614a | ||
Categories: Audio | ||
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: | ||
main: main.js | ||
author: Sn8z | ||
license: MIT | ||
dependencies: | ||
electron-json-storage: "^3.2.0" | ||
electron-window-state: "^4.1.1" | ||
itunes-api-search: "^1.1.0" | ||
mousetrap: "^1.6.1" | ||
node-podcast-parser: "^2.0.0" | ||
--- |
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 @@ | ||
https://github.com/Sn8z/Poddr |
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,15 @@ | ||
{ | ||
"name": "poddr", | ||
"version": "1.0.5", | ||
"description": "Simple podcast client", | ||
"main": "main.js", | ||
"author": "Sn8z", | ||
"license": "MIT", | ||
"dependencies": { | ||
"electron-json-storage": "^3.2.0", | ||
"electron-window-state": "^4.1.1", | ||
"itunes-api-search": "^1.1.0", | ||
"mousetrap": "^1.6.1", | ||
"node-podcast-parser": "^2.0.0" | ||
} | ||
} |
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,17 @@ | ||
[Desktop Entry] | ||
Name=poddr | ||
Comment=Simple podcast client | ||
Exec=AppRun | ||
Terminal=false | ||
Type=Application | ||
Icon=poddr | ||
X-AppImage-Version=1.0.5 | ||
X-AppImage-BuildId=369d7360-1095-11a8-1283-0d696a5d614a | ||
Categories=Audio; | ||
|
||
[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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.