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 21, 2024
1 parent a1ed742 commit 59a5782
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 0 deletions.
62 changes: 62 additions & 0 deletions apps/Posnet_OPS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
layout: app

permalink: /Posnet_OPS/
description: Online’owy Program Serwisowy

icons:
- Posnet_OPS/icons/256x256/posnet-ops.png

screenshots:
- Posnet_OPS/screenshot.png

authors:

links:

desktop:
Desktop Entry:
Name: Posnet OPS
Exec: AppRun --no-sandbox %U
Terminal: false
Type: Application
Icon: posnet-ops
StartupWMClass: Posnet OPS
X-AppImage-Version: 11.29.70
Comment: Online’owy Program Serwisowy
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:
author: Posnet Polska S.A.
license: see details in <LICENSE>
main: "./dist/electron/main.js"
productName: Posnet OPS
repository:
type: git
url: https://gitlab.erptool.org/electron/ops
dependencies:
"@babel/node": "^7.12.6"
"@babel/runtime": "^7.12.5"
"@hapi/sntp": "^3.1.2"
devextreme: 20.2.3
devextreme-vue: 20.2.3
electron-log: "^3.0.9"
electron-updater: "^4.3.5"
he: "^1.2.0"
line-reader: "^0.4.0"
lodash: "^4.17.20"
node-abi: "^2.20.0"
node-gzip: "^1.1.2"
serialport: 9.0.7
telnet-client: "^1.4.6"
vue: "^2.6.12"
vue-router: "^3.4.9"
vuex: "^3.5.1"
---
Binary file added database/Posnet_OPS/icons/256x256/posnet-ops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions database/Posnet_OPS/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Posnet-OPS",
"version": "11.29.70",
"description": "Online'owy Program Serwisowy",
"author": "Posnet Polska S.A.",
"license": "see details in <LICENSE>",
"main": "./dist/electron/main.js",
"productName": "Posnet OPS",
"repository": {
"type": "git",
"url": "https://gitlab.erptool.org/electron/ops"
},
"dependencies": {
"@babel/node": "^7.12.6",
"@babel/runtime": "^7.12.5",
"@hapi/sntp": "^3.1.2",
"devextreme": "20.2.3",
"devextreme-vue": "20.2.3",
"electron-log": "^3.0.9",
"electron-updater": "^4.3.5",
"he": "^1.2.0",
"line-reader": "^0.4.0",
"lodash": "^4.17.20",
"node-abi": "^2.20.0",
"node-gzip": "^1.1.2",
"serialport": "9.0.7",
"telnet-client": "^1.4.6",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vuex": "^3.5.1"
}
}
17 changes: 17 additions & 0 deletions database/Posnet_OPS/posnet-ops.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Desktop Entry]
Name=Posnet OPS
Exec=AppRun --no-sandbox %U
Terminal=false
Type=Application
Icon=posnet-ops
StartupWMClass=Posnet OPS
X-AppImage-Version=11.29.70
Comment=Online’owy Program Serwisowy
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/Posnet_OPS/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 59a5782

Please sign in to comment.