Skip to content

Commit

Permalink
Add automatically parsed data (test)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
GitHub Actions committed Jul 3, 2024
1 parent 051cee9 commit 6a23df5
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
66 changes: 66 additions & 0 deletions apps/ProQuaere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
layout: app

permalink: /ProQuaere/
description: Ask a professional!

icons:
- ProQuaere/icons/512x512/proquaere.png

screenshots:
- ProQuaere/screenshot.png

authors:

links:

desktop:
Desktop Entry:
Name: ProQuaere
Exec: AppRun --no-sandbox %U
Terminal: false
Type: Application
Icon: proquaere
StartupWMClass: ProQuaere
X-AppImage-Version: 2.0.13
Comment: Ask a professional!
MimeType: x-scheme-handler/proquaere
Categories: Utility
AppImageHub:
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
created [don''t know]: invalid packet (ctb=0a) no signature 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:
productName: ProQuaere
author: Custom Automated Systems Pte Ltd <[email protected]>
private: true
license: SEE LICENSE IN https://customautosys.com/licence.html
homepage: https://customautosys.com/proquaere
dependencies:
"@electron/remote": 2.0.10
"@paypal/paypal-js": 7.0.2
axios: 0.21.4
browser-env: 3.3.0
date-diff: 1.0.2
downscale: 1.0.6
electron-updater: 6.1.4
ical: 0.8.0
jsan: 3.1.14
jsrsasign: 10.8.6
lodash: 4.17.21
pinia: 2.1.6
promise-file-reader: 1.0.3
quasar: 2.12.3
vue: 3.3.4
vue-router: 4.2.4
engines:
node: "^18 || ^16 || ^14.19"
npm: ">= 6.13.4"
yarn: ">= 1.21.1"
packageManager: [email protected]
main: "./electron-main.js"
---
Binary file added database/ProQuaere/icons/512x512/proquaere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions database/ProQuaere/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"proquaere","version":"2.0.13","description":"Ask a professional!","productName":"ProQuaere","author":"Custom Automated Systems Pte Ltd <[email protected]>","private":true,"license":"SEE LICENSE IN https://customautosys.com/licence.html","homepage":"https://customautosys.com/proquaere","dependencies":{"@electron/remote":"2.0.10","@paypal/paypal-js":"7.0.2","axios":"0.21.4","browser-env":"3.3.0","date-diff":"1.0.2","downscale":"1.0.6","electron-updater":"6.1.4","ical":"0.8.0","jsan":"3.1.14","jsrsasign":"10.8.6","lodash":"4.17.21","pinia":"2.1.6","promise-file-reader":"1.0.3","quasar":"2.12.3","vue":"3.3.4","vue-router":"4.2.4"},"engines":{"node":"^18 || ^16 || ^14.19","npm":">= 6.13.4","yarn":">= 1.21.1"},"packageManager":"[email protected]","main":"./electron-main.js"}
18 changes: 18 additions & 0 deletions database/ProQuaere/proquaere.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Desktop Entry]
Name=ProQuaere
Exec=AppRun --no-sandbox %U
Terminal=false
Type=Application
Icon=proquaere
StartupWMClass=ProQuaere
X-AppImage-Version=2.0.13
Comment=Ask a professional!
MimeType=x-scheme-handler/proquaere;
Categories=Utility;

[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=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature 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/ProQuaere/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a23df5

Please sign in to comment.