Skip to content

Commit

Permalink
update xabbo -> v1.1.1 (#259)
Browse files Browse the repository at this point in the history
* update xabbo -> v1.1.0

* fix launch command for linux & mac

* safer passing of arguments to /bin/sh

* update xabbo -> v1.1.1
  • Loading branch information
b7c authored Nov 2, 2024
1 parent 8b1adbb commit d5ba3d0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions store/extensions/xabbo/extension.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"title": "xabbo",
"description": "enhanced habbo",
"authors": [
{
"name": "b7",
"hotel": ".com",
"username": "1b7",
"discord": "b7#8571"
}
],
"version": "1.0.3",
"categories": ["Usability"],

"source": "https://github.com/b7c/b7.Xabbo",
"readme": "https://github.com/b7c/b7.Xabbo/blob/master/README.md",

"stable": true,

"framework": {
"name": "Xabbo",
"version": "1.0.0-beta.2"
},
"title": "xabbo",
"description": "enhanced habbo\n\nrequires the .NET 8 Runtime",
"authors": [
{
"name": "b7",
"discord": "xb7c"
}
],
"version": "1.1.1",
"categories": ["Usability"],

"language": "C#",
"commands": {
"default": ["cmd", "/C", "b7.Xabbo.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"]
},

"compatibility": {
"systems": ["Windows"],
"clients": ["Flash"]
},
"source": "https://github.com/xabbo/xabbo",
"readme": "https://github.com/xabbo/xabbo/blob/main/README.md",

"submissionDate": "04-09-2021 07:23:00",
"updateDate": "07-01-2022 05:04:00",
"isOutdated": false
}
"stable": true,

"framework": {
"name": "Xabbo",
"version": "1.0.1"
},

"language": "C#",
"commands": {
"default": ["cmd", "/C", "xabbo.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}", ">", "NUL", "2>&1"],
"linux": ["/bin/sh", "-c", "chmod +x xabbo-linux-x64 && ./xabbo-linux-x64 -p \"$1\" -c \"$2\" -f \"$3\" >& /dev/null", "--", "{port}", "{cookie}", "{filename}"],
"mac": ["/bin/sh", "-c", "chmod +x xabbo-osx && ./xabbo-osx -p \"$1\" -c \"$2\" -f \"$3\" >& /dev/null", "--", "{port}", "{cookie}", "{filename}"]
},

"compatibility": {
"systems": ["Windows", "Linux", "Mac"],
"clients": ["Flash", "Origins"]
},

"submissionDate": "04-09-2021 07:23:00",
"updateDate": "31-10-2024 13:24:25",
"isOutdated": false
}
Binary file modified store/extensions/xabbo/extension.zip
Binary file not shown.
Binary file modified store/extensions/xabbo/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 d5ba3d0

Please sign in to comment.