Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update rx_manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf authored Sep 26, 2023
1 parent 87fd83f commit 01cda81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rx_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"assets": [
{
"nameRegEx": "ramses-client_[\\d.].zip",
"nameRegEx": "ramses-client_[\\d.]*.zip",
"name": "Ramses Application for Windows",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
Expand All @@ -32,7 +32,7 @@
]
},
{
"nameRegEx": "ramses-client_[\\d.].dmg",
"nameRegEx": "ramses-client_[\\d.]*.dmg",
"name": "Ramses Application for macOS",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
Expand All @@ -42,7 +42,7 @@
]
},
{
"nameRegEx": "ramses-client_[\\d.]-amd64.deb",
"nameRegEx": "ramses-client_[\\d.]*-amd64.deb",
"name": "Ramses Application for Debian/Ubuntu Linux",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
Expand All @@ -52,7 +52,7 @@
]
},
{
"nameRegEx": "ramses-client_[\\d.]-x86_64.AppImage",
"nameRegEx": "ramses-client_[\\d.]*-x86_64.AppImage",
"name": "Ramses Application for Linux (executable AppImage)",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
Expand All @@ -62,7 +62,7 @@
]
},
{
"nameRegEx": "ramses-client_[\\d.].tar.gz",
"nameRegEx": "ramses-client_[\\d.]*.tar.gz",
"name": "Ramses Application for Linux",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
Expand Down

0 comments on commit 01cda81

Please sign in to comment.