diff --git a/README.md b/README.md index e8ab003..f83d4ad 100644 --- a/README.md +++ b/README.md @@ -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/) | diff --git a/apps.json b/apps.json index 9d4dc43..5f21913 100644 --- a/apps.json +++ b/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/" } ] diff --git a/kitty/README.md b/kitty/README.md new file mode 100644 index 0000000..bad2c79 --- /dev/null +++ b/kitty/README.md @@ -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`. diff --git a/kitty/icon.png b/kitty/icon.png new file mode 100644 index 0000000..c45c084 Binary files /dev/null and b/kitty/icon.png differ diff --git a/kitty/kitty.ini b/kitty/kitty.ini new file mode 100644 index 0000000..1256648 --- /dev/null +++ b/kitty/kitty.ini @@ -0,0 +1,2 @@ +[KiTTY] +savemode=dir diff --git a/mumble/README.md b/mumble/README.md new file mode 100644 index 0000000..6ddf699 --- /dev/null +++ b/mumble/README.md @@ -0,0 +1,3 @@ +__Portable activation guide__ + +- Make empty `mumble.ini` file beside `mumble.exe`. diff --git a/mumble/icon.png b/mumble/icon.png new file mode 100644 index 0000000..ee48ebb Binary files /dev/null and b/mumble/icon.png differ diff --git a/utorrent/README.md b/utorrent/README.md new file mode 100644 index 0000000..8b95ce4 --- /dev/null +++ b/utorrent/README.md @@ -0,0 +1,3 @@ +__Portable activation guide__ + +- Make empty `settings.dat` file beside `utorrent.exe`. diff --git a/utorrent/icon.png b/utorrent/icon.png new file mode 100644 index 0000000..bac7c9e Binary files /dev/null and b/utorrent/icon.png differ