Skip to content
Permalink
Browse files

Add flatpak json

  • Loading branch information...
Inventitech committed Feb 28, 2019
1 parent 254fb57 commit 3aff1c6a79791c574ead7e3a108a4641091c9050
Showing with 22 additions and 0 deletions.
  1. +22 −0 com.inventitech.strans.json
@@ -0,0 +1,22 @@
{
"app-id": "com.inventitech.strans",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "strans",
"modules": [
{
"name": "strans",
"buildsystem": "simple",
"build-commands": [
"install -D strans /app/bin/strans"
],
"sources": [
{
"type": "file",
"path": "strans"
}
]
}
]
}

0 comments on commit 3aff1c6

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.