Skip to content

Commit

Permalink
fix powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Feb 2, 2024
1 parent 5118282 commit 7ed8549
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,17 @@
"acl": { "permit": [ "all" ] },
"cat": "utilities",
"platforms": "linux/amd64",
"apkpackage": "powershell dbus-x11 gnome-terminal font-adobe-source-code-pro",
"apkpackage": "powershell konsole font-adobe-source-code-pro",
"icon": "powershell.svg",
"keyword": "powershell",
"launch": "gnome-terminal-server.powershell",
"launch": "powershell.console",
"name": "powershell",
"displayname": "Powershell",
"rules": { "homedir": { "default": true } },
"mimetype": "application/hlp;",
"fileextensions":"hlp;",
"path": "/usr/bin/gnome-terminal",
"args": "--class=powershell -- /usr/bin/pwsh",
"template": "abcdesktopio/oc.template.alpine.wine"
"fileextensions":"ps1;",
"path": "/usr/bin/konsole",
"args": "--name powershell -e /usr/bin/pwsh",
"template": "abcdesktopio/oc.template.alpine"
}, {
"acl": { "permit": [ "all" ] },
"cat": "games",
Expand Down

0 comments on commit 7ed8549

Please sign in to comment.