Skip to content

Commit

Permalink
[Released]
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Nov 5, 2020
1 parent 4c09752 commit 6c82afa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
authors = ["Kaustubh Patange <[email protected]>"]
edition = "2018"
readme = "README.md"
license = "APACHE"
license = "Apache-2.0"

[package.metadata.deb]
extended-description = """\
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[ /**a**-_o_/ ]

<a href="https://crates.io/crates/aow"><img src="https://img.shields.io/crates/v/aow.svg" alt="cargo"></a>
![CI](https://github.com/KaustubhPatange/aow/workflows/CI/badge.svg)

A command line tool written in `Rust` for adb to connect device over wifi.

I generally made this to satisfy my purpose _"to not use a cable when debugging app in Android studio"_. The tool is still in it's early stage & will be actively developed as this is my to-go program to quickly connect a device over wifi.
Expand All @@ -16,7 +19,7 @@ The usage of the program (after [installation](#Installation)) is pretty simple.

The program is available for all major platforms _**Mac, Linux & Windows**_ however the installation procedure might differ.

- [Windows](https://github.com/KaustubhPatange/aow/wiki/Installation/#windows-chocolatey)
- [Windows](https://github.com/KaustubhPatange/aow/wiki/Installation/#os)
- [Linux](https://github.com/KaustubhPatange/aow/wiki/Installation/#linux)
- [Mac](https://github.com/KaustubhPatange/aow/wiki/Installation/#mac)

Expand Down
5 changes: 5 additions & 0 deletions choco/publish.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update aow.nuspec with proper version number
- Put exe into tools
- Update VERIFICATION.txt
- run "cpack"
- run "choco push package-name.nupkg --source https://push.chocolatey.org/"
2 changes: 1 addition & 1 deletion choco/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Generated by `CertUtil -hashfile vidmerger.exe SHA256`:
Generated by `CertUtil -hashfile aow.exe SHA256`:

5940e6b4688c3964749c8a951f900c4752c22857def9dfebc1acb8ec8b38cbc2

0 comments on commit 6c82afa

Please sign in to comment.