diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f5cf41 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +adbtool diff --git a/adb_poof.nimble b/adbtool.nimble similarity index 87% rename from adb_poof.nimble rename to adbtool.nimble index 480ec23..1d6e5d6 100644 --- a/adb_poof.nimble +++ b/adbtool.nimble @@ -5,7 +5,7 @@ author = "Wesley Kerfoot" description = "Android Debug Bridge Swiss Army Knife" license = "MIT" srcDir = "src" -bin = @["adb_poof"] +bin = @["adbtool"] diff --git a/src/adb_poof.nim b/src/adbtool.nim similarity index 100% rename from src/adb_poof.nim rename to src/adbtool.nim