Added 3 apps
KiTTY uTorrent Mumble
This commit is contained in:
parent
d962a293ae
commit
633b1368ff
@ -12,3 +12,7 @@ __Типы активации portable__
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/altdrag/icon.png) | AltDrag | Zip | system | [Go to](https://stefansundin.github.io/altdrag/) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/adpf/icon.png) | Awesome Duplicate Photo Finder | Portable | images | [Go to](http://www.duplicate-finder.com/photo.html) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/crystaldiskinfo/icon.png) | CrystalDiskInfo | Zip | system | [Go to](http://crystalmark.info/?lang=en) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/isoburn/icon.png) | ISOburn | Zip | disc | [Go to](http://isoburn.org/) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/kitty/icon.png) | KiTTY | Zip, Conf | ssh, internet | [Go to](http://www.9bis.net/kitty/) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/mumble/icon.png) | Mumble | Conf | voip, internet | [Go to](http://mumble.info/) |
|
||||
| ![](https://raw.githubusercontent.com/iiiypuk/portable-apps/master/utorrent/icon.png) | uTorrent | Conf | internet, torrent | [Go to](http://www.utorrent.com/) |
|
||||
|
28
apps.json
28
apps.json
@ -26,5 +26,33 @@
|
||||
"category": "system",
|
||||
"directory": "crystaldiskinfo",
|
||||
"homepage": "http://crystalmark.info/?lang=en"
|
||||
},
|
||||
{
|
||||
"app_name": "Mumble",
|
||||
"type": "Conf",
|
||||
"category": "voip, internet",
|
||||
"directory": "mumble",
|
||||
"homepage": "http://mumble.info/"
|
||||
},
|
||||
{
|
||||
"app_name": "ISOburn",
|
||||
"type": "Zip",
|
||||
"category": "disc",
|
||||
"directory": "isoburn",
|
||||
"homepage": "http://isoburn.org/"
|
||||
},
|
||||
{
|
||||
"app_name": "KiTTY",
|
||||
"type": "Zip, Conf",
|
||||
"category": "ssh, internet",
|
||||
"directory": "kitty",
|
||||
"homepage": "http://www.9bis.net/kitty/"
|
||||
},
|
||||
{
|
||||
"app_name": "uTorrent",
|
||||
"type": "Conf",
|
||||
"category": "internet, torrent",
|
||||
"directory": "utorrent",
|
||||
"homepage": "http://www.utorrent.com/"
|
||||
}
|
||||
]
|
||||
|
4
kitty/README.md
Normal file
4
kitty/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
__Portable activation guide__
|
||||
|
||||
- [Download config file](https://github.com/iiiypuk/portable-apps/raw/master/kitty/kitty.ini)
|
||||
- Drop `kitty.ini` file beside `kitty.exe`.
|
BIN
kitty/icon.png
Normal file
BIN
kitty/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
2
kitty/kitty.ini
Normal file
2
kitty/kitty.ini
Normal file
@ -0,0 +1,2 @@
|
||||
[KiTTY]
|
||||
savemode=dir
|
3
mumble/README.md
Normal file
3
mumble/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
__Portable activation guide__
|
||||
|
||||
- Make empty `mumble.ini` file beside `mumble.exe`.
|
BIN
mumble/icon.png
Normal file
BIN
mumble/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
3
utorrent/README.md
Normal file
3
utorrent/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
__Portable activation guide__
|
||||
|
||||
- Make empty `settings.dat` file beside `utorrent.exe`.
|
BIN
utorrent/icon.png
Normal file
BIN
utorrent/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user