+### Nimble ```sh nimble install dnd @@ -42,17 +41,13 @@ nimble install dnd - Desktop entry is installed to `~/.local/share/applications/dnd.desktop` - `nimble uninstall dnd` cannot remove it automatically? - Icon `dnd.xpm` is installed to `~/.nimble/pkgs/dnd-VERSION/resources/dnd.xpm` -
-+### Manual (Makefile) -### Download +#### Download Download [the latest release](https://github.com/adokitkat/dnd/releases) and unpack it to a folder -### Install / Uninstall +#### Install / Uninstall ```sh make install diff --git a/dnd.nimble b/dnd.nimble index 338872b..5d2d962 100644 --- a/dnd.nimble +++ b/dnd.nimble @@ -1,6 +1,6 @@ # Package -version = "0.6.0" +version = "0.6.1" author = "Adam Múdry" description = "Drag and drop source / target" license = "GPL-3.0-only" @@ -12,7 +12,7 @@ installFiles = @["dnd.cfg", "README.md"] # Dependencies requires "nim >= 1.6.2" -requires "gintro#head" +requires "gintro#d9a5fba5a39fd50c2014a175140f7e9c7635a091" # TODO: update when new version is available import os, strformat before build: